mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
NEWS: document API changes to n_d_find_message{,_by_filename}
For details the user will have to refer to the source. Reformat Ruby news consistently with Python.
This commit is contained in:
parent
2e4d89a648
commit
e46579ffe5
1 changed files with 5 additions and 3 deletions
8
NEWS
8
NEWS
|
@ -39,13 +39,15 @@ Python bindings changes
|
|||
NB! This needs a db opened in READ-WRITE mode currently, or it will crash
|
||||
the python process. The is a limitation (=bug) of the underlying libnotmuch.
|
||||
- Fixes where we would not throw NotmuchErrors when we should (Justus Winter)
|
||||
- Update for n_d_find_message* API changes (see above).
|
||||
|
||||
Ruby bindings changes
|
||||
---------------------
|
||||
|
||||
Wrap new library functions notmuch_database_{begin,end}_atomic,
|
||||
and add new exception Notmuch::UnbalancedAtomicError. Rename destroy
|
||||
to destroy! according to Ruby naming conventions.
|
||||
- Wrap new library functions notmuch_database_{begin,end}_atomic.
|
||||
- Add new exception Notmuch::UnbalancedAtomicError.
|
||||
- Rename destroy to destroy! according to Ruby naming conventions.
|
||||
- Update for n_d_find_message* API changes (see above).
|
||||
|
||||
Emacs improvements
|
||||
------------------
|
||||
|
|
Loading…
Reference in a new issue