mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
NEWS: add NEWS for 0.34.3
This commit is contained in:
parent
8b737af28b
commit
9e62a0beaa
1 changed files with 21 additions and 0 deletions
21
NEWS
21
NEWS
|
@ -1,3 +1,24 @@
|
|||
Notmuch 0.34.3 (2022-01-09)
|
||||
===========================
|
||||
|
||||
Library
|
||||
-------
|
||||
|
||||
Do not crash when presented with a .notmuch directory without a
|
||||
xapian/ subdirectory.
|
||||
|
||||
Python Bindings (notmuch2)
|
||||
--------------------------
|
||||
|
||||
Database constructor now searches for configuration by default. Pass
|
||||
`config=Database.CONFIG.EMPTY` to disable.
|
||||
|
||||
The `Message.replies()` method now returns OwnedMessage objects, to
|
||||
prevent certain memory de-allocation errors.
|
||||
|
||||
Fix for importing `notmuch2` module when building bindings
|
||||
documentation.
|
||||
|
||||
Notmuch 0.34.2 (2021-12-09)
|
||||
===========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue