From: David Bremner Date: Fri, 1 Dec 2023 11:50:27 +0000 (-0400) Subject: NEWS for 0.38.2 X-Git-Tag: archive/debian/0.38.2-1~1 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b413eb805ecf10083ed9676ccfd0e8f1dee29aac NEWS for 0.38.2 --- diff --git a/NEWS b/NEWS index a7c67445..315f4136 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Notmuch 0.38.2 (2023-12-01) +=========================== + +Library +------- + +Make sorting of string maps lexicographic on (key,value) pairs. This +avoids some test failures due to variation in message property output +order. + +Emacs +----- + +Avoid extra separators after the last address in `notmuch-emacs-mua`. + + Notmuch 0.38.1 (2023-10-26) ===========================