From: Sebastian Spaeth Date: Thu, 29 Sep 2011 07:51:42 +0000 (+0200) Subject: NEWS: Update with python binding news X-Git-Tag: 0.9~35 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=7e9ea686fa6bd490495888c2f9b75d7986056587 NEWS: Update with python binding news List major changes. Signed-off-by: Sebastian Spaeth --- diff --git a/NEWS b/NEWS index c377d0f4..01e6a7f1 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 ---------------------