diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 04482e3c17c..b113f3d2174 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -467,6 +467,12 @@ Miscellaneous * Support for ``PROJ`` < 5 is removed. +* :class:`~django.core.mail.backends.smtp.EmailBackend` now verifies a + :py:attr:`hostname ` and + :py:attr:`certificates `. If you need the + previous behavior that is less restrictive and not recommended, subclass + ``EmailBackend`` and override the ``ssl_context`` property. + .. _deprecated-features-4.2: Features deprecated in 4.2