aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2011-10-11 09:05:41 -0300
committerDavid Bremner <bremner@debian.org>2011-10-11 09:05:41 -0300
commit2e4d89a648d177bc72c0ba3fbf176dc370984b80 (patch)
treed8078f584ed6f7d9b12c454b59cd67cd2405caa5 /NEWS
parent808fbff530319fe841f2f3c5b607d2ce3f0c424d (diff)
NEWS: document API changes to n_d_find_message{,_by_filename}
For details the user will have to refer to the source.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f688bd0..8b1c08f 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,13 @@ New functions
notmuch_database_find_message_by_filename does exactly what it says.
+API changes
+
+ notmuch_database_find_message (and n_d_f_m_by_filename) now return
+ a status indicator and uses an output parameter for the
+ message. This change required changing the SONAME of libnotmuch to
+ libnotmuch.so.2
+
Python bindings changes
-----------------------