From 3572ec59c9fe5639151a1e6d38bd18aeb04feea0 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 19 Jan 2022 14:57:24 -0800 Subject: [PATCH] Release 8.5 --- CHANGELOG.rst | 11 ++++++----- anymail/_version.py | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40ac92f..743542c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,10 +25,10 @@ Release history ^^^^^^^^^^^^^^^ .. This extra heading level keeps the ToC from becoming unmanageably long -vNext ------ +v8.5 +---- -*Unreleased changes on main branch* +*2022-01-19* Fixes ~~~~~ @@ -37,6 +37,7 @@ Fixes an EmailMessage's `body`, and generally improve alternative part handling for consistency with Django's SMTP EmailBackend. (Thanks to `@cjsoftuk`_ for reporting the issue.) + * Remove "sending a message from *sender* to *recipient*" from `AnymailError` text, as this can unintentionally leak personal information into logs. [Note that `AnymailError` *does* still include any error description @@ -51,9 +52,9 @@ Other * **Postmark:** Document limitation on `track_opens` overriding Postmark's server-level setting. (See - `docs `__.) + `docs `__.) -* Expand `testing documentation `__ +* Expand `testing documentation `__ to cover tracking events and inbound handling, and to clarify test EmailBackend behavior. * In Anymail's test EmailBackend, add `is_batch_send` boolean to `anymail_test_params` diff --git a/anymail/_version.py b/anymail/_version.py index 380e331..4c60265 100644 --- a/anymail/_version.py +++ b/anymail/_version.py @@ -1,3 +1,3 @@ -VERSION = (8, 4) +VERSION = (8, 5) __version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"