summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-08-23 09:22:45 -0300
committerDavid Bremner <david@tethera.net>2020-08-23 20:25:30 -0300
commita623f6b50a8c794fc99964bbbc27d8c70536a102 (patch)
treebdc5df69a7e58a0a4d9c422935979be64dbb3795
parent0f90b2ecebc2b07b2b000e6a11730e1c48f52305 (diff)
NEWS: remaining user visible library changes
These could both cause / fix crashes for user code.
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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
---------------