From: laochailan Date: Sun, 31 May 2015 12:02:15 +0000 (+0200) Subject: updated NEWS X-Git-Tag: 0.23_rc0~57 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=81045d9527f06d6a7c18854c73e09e539192d7c6;ds=sidebyside updated NEWS --- 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 ------------