X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=c67f186b02f0c9e64e13ba3fb13a9829d0148e15;hp=c0cb3a28750d10ddc293ec114225caf83fc5dc40;hb=8a810c485f53b274f49cee9b02c1f4321ec78823;hpb=f1c6e22ee60c6e546315368aa3c3d90be36cd945 diff --git a/NEWS b/NEWS index c0cb3a28..c67f186b 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,9 @@ contrib/ from now on. Library changes --------------- +The API changes detailed below break binary and source compatibility, +so libnotmuch has been bumped to version 3.0.0. + The function notmuch_database_close has been split into notmuch_database_close and notmuch_database_destroy @@ -95,6 +98,14 @@ notmuch_database_open and notmuch_database_create now return errors return a notmuch_status_t and take an out-argument for returning the new database 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) =========================