]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: new count api / deprecated count/search functions for 0.21
authorDavid Bremner <david@tethera.net>
Sat, 17 Oct 2015 13:01:01 +0000 (10:01 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 17 Oct 2015 13:13:37 +0000 (10:13 -0300)
NEWS

diff --git a/NEWS b/NEWS
index d35b8cdad57009cb2042fac31670bf43a63e61c2..7f2f2498403a96d3f584a106a9b890369e1bdb76 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,15 @@ Database revision tracking
   query parser and the new function
   `notmuch_database_get_revision`. For the latter, see `notmuch(3)`.
 
+New status code returning API for n_query_count_{messages,threads}.
+
+Deprecated functions
+
+  `notmuch_query_search_threads`, `notmuch_query_search_messages`,
+  `notmuch_query_count_messages`, and `notmuch_query_count_threads`
+  are all deprecated as of this release.  Clients are encouraged to
+  transition to the `_st` variants supporting better error reporting.
+
 Notmuch 0.20.2 (2015-06-27)
 ===========================