We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd5a7e commit b7084a2Copy full SHA for b7084a2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "itertools"
3
-version = "0.7.4"
+version = "0.7.5"
4
5
license = "MIT/Apache-2.0"
6
repository = "https://github.com/bluss/rust-itertools"
README.rst
@@ -41,6 +41,10 @@ How to contribute:
41
Recent Changes
42
--------------
43
44
+- 0.7.5
45
+
46
+ - ``.multipeek()`` now implements ``PeekingNext``, by @nicopap.
47
48
- 0.7.4
49
50
- Add new adaptor ``.update()`` by @lucasem; this adaptor is used
0 commit comments