diff options
| author | Barry Warsaw | 2017-06-24 21:57:19 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2017-06-24 21:57:19 +0000 |
| commit | 8f8e4f0b1075a176892d3a74dd601cefc642a870 (patch) | |
| tree | 9057e4acfb9b4db2c75542d13b41b8938ef99451 /src/mailman/docs | |
| parent | 6a148f762d5ee4fd91505eb0aa165b759899019f (diff) | |
| parent | e8b134b8f34a8226dd512ecc96a6c908d712663b (diff) | |
| download | mailman-8f8e4f0b1075a176892d3a74dd601cefc642a870.tar.gz mailman-8f8e4f0b1075a176892d3a74dd601cefc642a870.tar.zst mailman-8f8e4f0b1075a176892d3a74dd601cefc642a870.zip | |
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index df8032284..654cf4edc 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -17,6 +17,13 @@ Bugs * A missing html_to_plain_text_command is now properly detected and logged. (closes #345) +Interfaces +---------- + * Broaden the semantics for ``IListManager.get()``. This API now accepts + both ``List-ID``s and fully qualified list names, since that's the most + common use case. There's now a separate ``.get_by_fqdn()`` which only + accepts the latter and mirrors the already existing ``.get_by_list_id()``. + 3.1.0 -- "Between The Wheels" ============================= |
