X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=10752fa788122d92182d696eb29ecb755e53d1ce;hb=99407db25cbd44f915fb33708c497bc375ff63de;hp=df2f1eb5a8543993460376e4a38d71bab00eb9a5;hpb=762617b96cd05ed72071593b6618dab4cc4b4836;p=notmuch diff --git a/NEWS b/NEWS index df2f1eb5..10752fa7 100644 --- a/NEWS +++ b/NEWS @@ -73,6 +73,20 @@ Change of return value of `notmuch_thread_get_authors` returned NULL. This has been replaced by an empty string, since the possibility of NULL was not documented. +Python Bindings +--------------- + +Python bindings specific Debian packaging is removed + + The bindings have been build by the top level Debian packaging for a + long time, and `bindings/python/debian` has bit-rotted. + +Open mail files in binary mode when using Python 3 + + This avoids certain encoding related crashes under Python 3. + +Add python bindings for notmuch_database_{get,set}_config* + nmbug -----