]> git.cworth.org Git - notmuch/commitdiff
NEWS: mention exception handling changes
authorDavid Bremner <david@tethera.net>
Sun, 23 Aug 2020 12:02:18 +0000 (09:02 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 23 Aug 2020 23:25:30 +0000 (20:25 -0300)
NEWS

diff --git a/NEWS b/NEWS
index c1f09b18ee0ada1822d1a593372a6921400a3b2b..1045a3172a541b898fac7a690984b6f47974c53d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,14 @@ files to a maildir for mutt to access is replaced with internal perl
 processing. This search operation is now more portable, and somewhat
 faster.
 
+Library
+-------
+
+Improve exception handling in the library. This should
+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.
+
 Python Bindings
 ---------------