]> git.cworth.org Git - notmuch/blobdiff - NEWS
NEWS: Update with python binding news
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index e98bbe19fc8cb8f6a2a9327e2ab9b61fe013e59a..01e6a7f16cbfc4d1e6c482be7fc3ade7242b9420 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,15 @@ New functions
 
   notmuch_database_find_message_by_filename does exactly what it says.
 
+Python bindings changes
+-----------------------
+
+  - 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
 ---------------------