File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ Release history
25
25
^^^^^^^^^^^^^^^
26
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
27
28
- vNext
28
+ v9.2
29
29
-----
30
30
31
- *Unreleased changes *
31
+ *2023-05-02 *
32
32
33
33
Fixes
34
34
~~~~~
@@ -37,11 +37,11 @@ Fixes
37
37
and session creation fails (e.g., with Amazon SES backend and missing
38
38
credentials). (Thanks to `@technolingo `_.)
39
39
40
- * **Postmark: ** Fix spurious AnymailInvalidAddress in ``message.cc `` when
41
- inbound message has no Cc recipients. (Thanks to `@Ecno92 `_.)
40
+ * **Postmark inbound : ** Fix spurious AnymailInvalidAddress in ``message.cc ``
41
+ when inbound message has no Cc recipients. (Thanks to `@Ecno92 `_.)
42
42
43
- * **Postmark: ** Workaround for handling inbound test webhooks.
44
- (` More info < https://github.com/anymail/django-anymail/issues/ 304>`__ )
43
+ * **Postmark inbound : ** Add workaround for malformed test data sent by
44
+ Postmark's inbound webhook "Check" button. (See ` # 304`_. Thanks to ` @Ecno92 `_. )
45
45
46
46
Deprecations
47
47
~~~~~~~~~~~~
@@ -1421,6 +1421,7 @@ Features
1421
1421
.. _#147 : https://github.com/anymail/django-anymail/issues/147
1422
1422
.. _#148 : https://github.com/anymail/django-anymail/issues/148
1423
1423
.. _#153 : https://github.com/anymail/django-anymail/issues/153
1424
+ .. _#304 : https://github.com/anymail/django-anymail/issues/304
1424
1425
1425
1426
.. _@ailionx : https://github.com/ailionx
1426
1427
.. _@alee : https://github.com/alee
Original file line number Diff line number Diff line change 1
- VERSION = (9 , 1 )
1
+ VERSION = (9 , 2 )
2
2
3
3
#: major.minor.patch or major.minor.devN
4
4
__version__ = "." .join ([str (x ) for x in VERSION ])
You can’t perform that action at this time.
0 commit comments