diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index c47faec9d5..c36ff20848 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -583,9 +583,6 @@ Miscellaneous * The undocumented ``django.core.mail.forbid_multi_line_headers()`` and ``django.core.mail.message.sanitize_address()`` functions are deprecated. -* The ``django.utils.crypto.constant_time_compare()`` function is deprecated - because it is merely an alias of :func:`hmac.compare_digest`. - Features removed in 6.0 =======================