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 678686d commit 68f16a9Copy full SHA for 68f16a9
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "itertools"
4
-version = "0.3.24"
+version = "0.3.25"
5
6
license = "MIT/Apache-2.0"
7
repository = "https://github.com/bluss/rust-itertools"
README.rst
@@ -34,6 +34,11 @@ How to use in your crate:
34
Recent Changes
35
--------------
36
37
+- 0.3.25
38
+
39
+ - Rename .sort_by() to .sorted_by(). Old name is deprecated.
40
+ - Fix well-formedness warnings from RFC 1214, no user visible impact
41
42
- 0.3.24
43
44
- Improve performance of .merge()'s ordering function slightly
0 commit comments