diff options
| author | Barry Warsaw | 2015-03-26 16:59:24 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-03-26 16:59:24 -0400 |
| commit | eef0c0a53ed3068a1c8def64f51479673d7c08a7 (patch) | |
| tree | a74eed0cf236c7071ea259e102830854d10bc157 /src/mailman | |
| parent | 72630c5b467e14cce6f4d6480ae8640c69f92a3e (diff) | |
| download | mailman-eef0c0a53ed3068a1c8def64f51479673d7c08a7.tar.gz mailman-eef0c0a53ed3068a1c8def64f51479673d7c08a7.tar.zst mailman-eef0c0a53ed3068a1c8def64f51479673d7c08a7.zip | |
Update NEWS.
Diffstat (limited to 'src/mailman')
| -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 77c45375d..191e667a9 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -49,6 +49,10 @@ Documentation REST ---- + * **Backward incompatible change**: The JSON representation for pending + mailing list subscription hold now no longer includes the ``password`` + key. Also, the ``address`` key has been renamed ``email`` for consistent + terminology and other usage. * You can now view the contents of, inject messages into, and delete messages from the various queue directories via the ``<api>/queues`` resource. * You can now DELETE an address. If the address is linked to a user, the |
