~sakuag333/mailman/lmtp-duplicate-id

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2012-12-18 04:14:46 UTC
  • Revision ID: barry@list.org-20121218041446-8ch7qeq4g5diu3ku
More NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
REST
22
22
----
 
23
 * **API change**: The JSON representation for held messages no longer
 
24
   includes the `data` key.  The values in this dictionary are flatted into
 
25
   the top-level JSON representation.  The `key` key is remove since it's
 
26
   redundant.  Use `message_id` for held messages, and `address` for held
 
27
   subscriptions/unsubscriptions.  The following `_mod_*` keys are inserted
 
28
   without the `_mod_` prefix:
 
29
 
 
30
   - `_mod_subject` -> `subject`
 
31
   - `_mod_hold_date` -> `hold_date`
 
32
   - `_mod_reason` -> `reason`
 
33
   - `_mod_sender` -> `sender`
 
34
   - `_mod_message_id` -> `message_id`
 
35
 
23
36
 * Allow the getting/setting of IMailingList.subject_prefix via the REST API
24
37
   (given by Terri Oda).  (LP: #1062893)
25
38
 * Expose a REST API for membership change (subscriptions and unsubscriptions)