]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
news: Update for changes to notmuch_database_get_directory
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 9e32d56c64442856a603209a7353577d68634618..f9878113b55be92ba7ccf68b07892fb5643038b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -91,12 +91,20 @@ notmuch_database_close and notmuch_database_destroy
   database and thus release the lock associated with it without
   destroying the data structures obtained from it.
 
-notmuch_database_open and notmuch_database_create now return errors
+notmuch_database_open, notmuch_database_create, and
+notmuch_database_get_directory now return errors
 
-  The type signatures of notmuch_database_open and
-  notmuch_database_create have changed so that the functions now
-  return a notmuch_status_t and take an out-argument for returning the
-  new database object.
+  The type signatures of these functions have changed so that the
+  functions now return a notmuch_status_t and take an out-argument for
+  returning the new database object or directory object.
+
+go bindings changes
+-------------------
+
+Go 1 compatibility
+
+  The go bindings and the notmuch-addrlookup utility are now
+  compatible with go 1.
 
 Notmuch 0.12 (2012-03-20)
 =========================