summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <too@iki.fi>2012-02-13 23:29:08 +0200
committerTomi Ollila <too@iki.fi>2012-02-13 23:29:08 +0200
commitce82c39ac1b1f2bbd50e0767f0f338fabbca80c1 (patch)
tree500971a7ba99278add6fbba65cb005c6bced3322
parentb622167a8da521b14e953b10244c634005326247 (diff)
one `backticking` was missing
-rw-r--r--news/release-0.9.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/release-0.9.mdwn b/news/release-0.9.mdwn
index b99efe3..8da142c 100644
--- a/news/release-0.9.mdwn
+++ b/news/release-0.9.mdwn
@@ -41,14 +41,14 @@ 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).
+ - Update for `n_d_find_message*` API changes (see above).
Ruby bindings changes
---------------------
- Wrap new library functions `notmuch_database_{begin,end}_atomic.`
- Add new exception `Notmuch::UnbalancedAtomicError.`
- - Rename destroy to destroy! according to Ruby naming conventions.
+ - Rename destroy to destroy! according to Ruby naming conventions.
- Update for `n_d_find_message*` API changes (see above).
Emacs improvements