diff options
| author | Barry Warsaw | 2017-01-15 15:38:04 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2017-01-15 15:38:04 -0500 |
| commit | a5149b7167fb8c70beaa44a7dca287323a752131 (patch) | |
| tree | 0f0f7e9e65e13667f220a9596a0ba2ee06d7e0c6 | |
| parent | f22a4a158bc3ac9fe3cd46f21761bb5e87e1edd0 (diff) | |
| download | mailman-a5149b7167fb8c70beaa44a7dca287323a752131.tar.gz mailman-a5149b7167fb8c70beaa44a7dca287323a752131.tar.zst mailman-a5149b7167fb8c70beaa44a7dca287323a752131.zip | |
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 88c0c6a6b..6849a1191 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -251,6 +251,10 @@ REST ``advertised`` boolean parameter. Given by Aurélien Bompard. * Only the system-enabled archivers are returned in the REST API. Given by Aurélien Bompard. + * **Backward incompatibility: mild** Held message resources now have an + ``original_subject`` key which is the raw value of the ``Subject:`` header + (i.e. without any RFC 2047 decoding). The ``subject`` key is RFC 2047 + decoded. Given by Simon Hanna. (Closes #219) Other ----- |
