From: Tomi Ollila Date: Mon, 13 Feb 2012 20:39:04 +0000 (+0200) Subject: Hoo! shifting worked -- but forgot to shift one. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=b622167a8da521b14e953b10244c634005326247 Hoo! shifting worked -- but forgot to shift one. --- diff --git a/news/release-0.6.mdwn b/news/release-0.6.mdwn index 2603a79..a7dc80c 100644 --- a/news/release-0.6.mdwn +++ b/news/release-0.6.mdwn @@ -260,8 +260,8 @@ Removed: - `len(Messages())` as it exhausted the iterator - Use `len(list(Messages()))` or `Query.count_messages()` - to get the length. +Use `len(list(Messages()))` or `Query.count_messages()` +to get the length. ### Added initial Go bindings in bindings/go