NEWS: remaining user visible library changes

These could both cause / fix crashes for user code.
This commit is contained in:
David Bremner 2020-08-23 09:22:45 -03:00
parent 0f90b2eceb
commit a623f6b50a

6
NEWS
View file

@ -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
---------------