]> git.cworth.org Git - obsolete/notmuch-wiki/commitdiff
one `backticking` was missing
authorTomi Ollila <too@iki.fi>
Mon, 13 Feb 2012 21:29:08 +0000 (23:29 +0200)
committerTomi Ollila <too@iki.fi>
Mon, 13 Feb 2012 21:29:08 +0000 (23:29 +0200)
news/release-0.9.mdwn

index b99efe3007dfd840fab971dddaa8dd2846427d7e..8da142c4848b8d71102caa8bdb7186ecd593be75 100644 (file)
@@ -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