summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-08-23 09:19:28 -0300
committerDavid Bremner <david@tethera.net>2020-08-23 20:25:30 -0300
commit0f90b2ecebc2b07b2b000e6a11730e1c48f52305 (patch)
treeae1e74a69aeed6c292136c2525b050021d9f28c3
parent16ac5dbaaf21dac37d782b6efa7f3cc879b73861 (diff)
NEWS: mention new API entries
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index abfd42fc..cd7fde71 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ largely eliminate terminations inside the library due to uncaught
exceptions or internal errors. No doubt there are a few uncovered
code paths still; please report them as bugs.
+Add `notmuch_message_get_flag_st` and
+`notmuch_message_has_maildir_flag_st`, and deprecate the existing
+non-status providing versions.
+
Python Bindings
---------------