]> git.cworth.org Git - notmuch/commitdiff
NEWS: Update with python binding news
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Sep 2011 07:51:42 +0000 (09:51 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Sep 2011 07:51:42 +0000 (09:51 +0200)
List major changes.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
NEWS

diff --git a/NEWS b/NEWS
index c377d0f49ddec853b5b5e154a0578803d69d3c7a..01e6a7f16cbfc4d1e6c482be7fc3ade7242b9420 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,8 +25,11 @@ New functions
 Python bindings changes
 -----------------------
 
-  Re-encode python unicode objects to utf-8 before passing back to
-  libnotmuch.
+  - Re-encode python unicode objects to utf-8 before passing back to
+    libnotmuch.
+  - Support Database().begin_atomic()/end_atomic()
+  - Support Database().find_message_by_filename()
+  - Fixes where we would not throw NotmuchErrors when we should (Justus Winter)
 
 Ruby bindings changes
 ---------------------