From: David Bremner Date: Sun, 23 Aug 2020 12:22:45 +0000 (-0300) Subject: NEWS: remaining user visible library changes X-Git-Tag: archive/debian/0.31_rc2-1~6 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a623f6b50a8c794fc99964bbbc27d8c70536a102 NEWS: remaining user visible library changes These could both cause / fix crashes for user code. --- diff --git a/NEWS b/NEWS index cd7fde71..16a5b116 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,12 @@ Add `notmuch_message_get_flag_st` and `notmuch_message_has_maildir_flag_st`, and deprecate the existing non-status providing versions. +Move memory de-allocation from `notmuch_database_close` to +`notmuch_database_destroy`. + +Handle relative filenames in `notmuch_database_index_file`, as +promised in the documentation. + Python Bindings ---------------