@@ -25,10 +25,13 @@ Release history
2525^^^^^^^^^^^^^^^
2626 .. This extra heading level keeps the ToC from becoming unmanageably long
2727
28- vNext
29- -----
28+ v8.6 LTS
29+ --------
30+
31+ *2022-05-15 *
3032
31- *Unreleased changes in main branch *
33+ This is an extended support release. Anymail v8.6 will receive security updates
34+ and fixes for any breaking ESP API changes through at least May, 2023.
3235
3336Fixes
3437~~~~~
@@ -42,11 +45,10 @@ Fixes
4245 Anymail documentation now recommends using Mailgun's and SendGrid's "raw MIME"
4346 inbound options, which avoid the problem and preserve all attachments.
4447
45- See `Mailgun inbound <https://anymail.readthedocs.io/en/latest /esps/mailgun/#mailgun-inbound >`__
46- and `SendGrid inbound <https://anymail.readthedocs.io/en/latest /esps/sendgrid/#sendgrid-inbound >`__
48+ See `Mailgun inbound <https://anymail.readthedocs.io/en/stable /esps/mailgun/#mailgun-inbound >`__
49+ and `SendGrid inbound <https://anymail.readthedocs.io/en/stable /esps/sendgrid/#sendgrid-inbound >`__
4750 for details. (Thanks to `@erikdrums `_ for reporting and helping investigate the problem.)
4851
49-
5052Other
5153~~~~~
5254
5759* **Mandrill: ** Document Mandrill's incorrect handling of non-ASCII attachment filenames.
5860 (Thanks to `@Thorbenl `_ for reporting the issue and following up with MailChimp.)
5961
62+ * Documentation (for all releases) is now hosted at anymail.dev (moved from anymail.info).
63+
64+ Deprecations
65+ ~~~~~~~~~~~~
66+
67+ * This will be the last Anymail release to support Django 2.0--2.2 and Python 3.5.
68+
69+ If these deprecations affect you and you cannot upgrade, set your requirements to
70+ `django-anymail~=8.6 ` (a "compatible release" specifier, equivalent to `>=8.6,==8.* `).
71+
6072
6173v8.5
6274----
0 commit comments