]> git.cworth.org Git - notmuch/commitdiff
NEWS: document API changes to n_d_find_message{,_by_filename}
authorDavid Bremner <bremner@debian.org>
Tue, 11 Oct 2011 12:10:33 +0000 (09:10 -0300)
committerDavid Bremner <bremner@debian.org>
Tue, 11 Oct 2011 12:10:33 +0000 (09:10 -0300)
For details the user will have to refer to the source.  Reformat Ruby
news consistently with Python.

NEWS

diff --git a/NEWS b/NEWS
index 8b1c08fe4ea9d407c0d1d105e969c1ed6718f98d..1885f975f1fa2bbc55ac4ceceadf0a0a85449a07 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,13 +39,15 @@ Python bindings changes
     NB! This needs a db opened in READ-WRITE mode currently, or it will crash
     the python process. The is a limitation (=bug) of the underlying libnotmuch.
   - Fixes where we would not throw NotmuchErrors when we should (Justus Winter)
+  - Update for n_d_find_message* API changes (see above).
 
 Ruby bindings changes
 ---------------------
 
-  Wrap new library functions notmuch_database_{begin,end}_atomic, 
-  and add new exception Notmuch::UnbalancedAtomicError. Rename destroy 
-  to destroy! according to Ruby naming conventions.
+  - Wrap new library functions notmuch_database_{begin,end}_atomic.
+  - Add new exception Notmuch::UnbalancedAtomicError. 
+  - Rename destroy  to destroy! according to Ruby naming conventions.
+  - Update for n_d_find_message* API changes (see above).
 
 Emacs improvements
 ------------------