aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaochailan <laochailan@web.de>2015-05-31 14:02:15 +0200
committerDavid Bremner <david@tethera.net>2016-09-03 20:20:18 -0300
commit81045d9527f06d6a7c18854c73e09e539192d7c6 (patch)
tree510be9674ff62a909ad9992645019070954ef339
parenta26b06f09dd2317ab8ffb76dcc1ebb64ff2a80ad (diff)
updated NEWS
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a9c8d36..74beb2c7 100644
--- 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
------------