diff options
| author | Barry Warsaw | 2015-02-05 22:53:56 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-02-05 22:53:56 -0500 |
| commit | aac7d6421ba84d45c73de37dc2acde3175d716b8 (patch) | |
| tree | b6b86cff64627985821f4f79fed6a05e44b4e465 /src/mailman/docs | |
| parent | 4d7c57bcf50654b7306f132e241e9fdcdec75865 (diff) | |
| download | mailman-aac7d6421ba84d45c73de37dc2acde3175d716b8.tar.gz mailman-aac7d6421ba84d45c73de37dc2acde3175d716b8.tar.zst mailman-aac7d6421ba84d45c73de37dc2acde3175d716b8.zip | |
* You can now DELETE an address. If the address is linked to a user, the
user is not delete, it is just unlinked.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index a235a98a3..600b9f151 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -40,6 +40,8 @@ REST ---- * 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 + user is not delete, it is just unlinked. 3.0 beta 5 -- "Carve Away The Stone" |
