Skip to content

Commit 8be5315

Browse files
committed
0.7.8
1 parent 04b051a commit 8be5315

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itertools"
3-
version = "0.7.7"
3+
version = "0.7.8"
44

55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/bluss/rust-itertools"

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ How to contribute:
4141
Recent Changes
4242
--------------
4343

44+
- 0.7.8
45+
46+
- Add new iterator method ``.tree_fold1()`` which is like ``.fold1()``
47+
except items are combined in a tree structure (see its docs).
48+
By @scottmcm
49+
- Add more ``Debug`` impls by @phimuemue: KMerge, KMergeBy, MergeJoinBy,
50+
ConsTuples, Intersperse, ProcessResults, RcIter, Tee, TupleWindows, Tee,
51+
ZipLongest, ZipEq, Zip.
52+
4453
- 0.7.7
4554

4655
- Add new iterator method ``.into_group_map() -> HashMap<K, Vec<V>>``

0 commit comments

Comments
 (0)