From: David Bremner Date: Sun, 23 Aug 2020 12:19:28 +0000 (-0300) Subject: NEWS: mention new API entries X-Git-Tag: archive/debian/0.31_rc2-1~7 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0f90b2ecebc2b07b2b000e6a11730e1c48f52305 NEWS: mention new API entries --- 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 ---------------