mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
NEWS: Update with python binding news
List major changes. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
19daa117b9
commit
7e9ea686fa
1 changed files with 5 additions and 2 deletions
7
NEWS
7
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
|
||||
---------------------
|
||||
|
|
Loading…
Reference in a new issue