NEWS: Update with python binding news

List major changes.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2011-09-29 09:51:42 +02:00
parent 19daa117b9
commit 7e9ea686fa

7
NEWS
View file

@ -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
---------------------