projects
/
notmuch-wiki
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0380656
)
Hoo! shifting worked -- but forgot to shift one.
author
Tomi Ollila
<too@iki.fi>
Mon, 13 Feb 2012 20:39:04 +0000
(22:39 +0200)
committer
Tomi Ollila
<too@iki.fi>
Mon, 13 Feb 2012 20:39:04 +0000
(22:39 +0200)
news/release-0.6.mdwn
patch
|
blob
|
history
diff --git
a/news/release-0.6.mdwn
b/news/release-0.6.mdwn
index 2603a79a4ac9c4db0131d8c9e90a94c1b0378d0b..a7dc80c8435406ddb02d3b585f2c0d0b8633d580 100644
(file)
--- 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