]> git.notmuchmail.org Git - notmuch/commitdiff
updated NEWS
authorlaochailan <laochailan@web.de>
Sun, 31 May 2015 12:02:15 +0000 (14:02 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 3 Sep 2016 23:20:18 +0000 (20:20 -0300)
NEWS

diff --git a/NEWS b/NEWS
index 3a9c8d3606e775c95c8639a15bbb7852f1f581bb..74beb2c77c63d1c5fbad8c10ed8a166ec996c0c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -598,6 +598,20 @@ Python Bindings
 
 Add support for `notmuch_query_add_tag_exclude`
 
+Go Bindings
+-----------
+
+Add support for `notmuch_threads_t` and `notmuch_thread_t`
+
+Fixed constant values so they are not all zero anymore.
+
+  Previously, it was impossible to open writable database handles,
+  because DATABASE_MODE_READ_ONLY and DATABASE_MODE_READ_WRITE were
+  both set to zero.
+  The same issue occured with sort modes.
+
+Formatting improvements for Godoc generated documentation
+
 Build System
 ------------