]> git.cworth.org Git - notmuch-wiki/blobdiff - news/release-0.6.mdwn
ditto
[notmuch-wiki] / news / release-0.6.mdwn
index d14bdebda0eb4d8afcdd8a85e12ee7ecf89d6f21..b15d1c29b382e5da93b6aa365e990e5fddd91805 100644 (file)
@@ -259,10 +259,10 @@ Bindings improvements
 
 * Removed:
 
-  - len(Messages()) as it exhausted the iterator.
-    Use len(list(Messages())) or
-    `Query.count_messages()` to get the length.
+  - `len(Messages())` as it exhausted the iterator
 
+    Use `len(list(Messages()))` or `Query.count_messages()` 
+    to get the length.
 
 ### Added initial Go bindings in bindings/go