X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=8b1c08fe4ea9d407c0d1d105e969c1ed6718f98d;hb=2e4d89a648d177bc72c0ba3fbf176dc370984b80;hp=f688bd089fc4f0a6fef3c3f91506257196bdc56c;hpb=918b8740df20b61bbae229a6a46928446d431ed0;p=notmuch diff --git a/NEWS b/NEWS index f688bd08..8b1c08fe 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,13 @@ New functions notmuch_database_find_message_by_filename does exactly what it says. +API changes + + notmuch_database_find_message (and n_d_f_m_by_filename) now return + a status indicator and uses an output parameter for the + message. This change required changing the SONAME of libnotmuch to + libnotmuch.so.2 + Python bindings changes -----------------------