Skip to content

Commit 7a6e27e

Browse files
committed
DOC: Update README for 0.7.9
1 parent fe89499 commit 7a6e27e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ How to use with cargo:
2121
.. code:: toml
2222
2323
[dependencies]
24-
itertools = "0.7.3"
24+
itertools = "0.7"
2525
2626
How to use in your crate:
2727

@@ -48,6 +48,12 @@ then it can't be accepted into ``libcore``, and you should propose it for ``iter
4848
Recent Changes
4949
--------------
5050

51+
- 0.7.9
52+
53+
- New inclusion policy: See the readme about suggesting features for std before
54+
accepting them in itertools.
55+
- The ``FoldWhile`` type now implements ``Eq`` and ``PartialEq`` by @jturner314
56+
5157
- 0.7.8
5258

5359
- Add new iterator method ``.tree_fold1()`` which is like ``.fold1()``

0 commit comments

Comments
 (0)