From: Tomi Ollila Date: Sun, 12 Feb 2012 18:38:31 +0000 (+0200) Subject: ditto X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=eb2099803d482183415dde3f6a26deacb905c757 ditto --- diff --git a/news/release-0.6.mdwn b/news/release-0.6.mdwn index d14bdeb..b15d1c2 100644 --- a/news/release-0.6.mdwn +++ b/news/release-0.6.mdwn @@ -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