aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2011-09-29 09:51:42 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2011-09-29 09:51:42 +0200
commit7e9ea686fa6bd490495888c2f9b75d7986056587 (patch)
tree4ea2de727cb0d9dd0494fda737388500ca5891f0 /NEWS
parent19daa117b90289d724392e04e3647ade6db4dd7b (diff)
NEWS: Update with python binding news
List major changes. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c377d0f..01e6a7f 100644
--- 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
---------------------