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 9601709 commit dc0be46Copy full SHA for dc0be46
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ordermap"
3
-version = "0.2.8"
+version = "0.2.9"
4
authors = ["bluss"]
5
documentation = "https://docs.rs/ordermap/"
6
repository = "https://github.com/bluss/ordermap"
README.rst
@@ -72,6 +72,12 @@ Where to go from here?
72
Recent Changes
73
--------------
74
75
+- 0.2.9
76
+
77
+ - Add method ``.is_empty()`` by @overvenus
78
+ - Implement ``PartialEq, Eq`` by @overvenus
79
+ - Add method ``.sorted_by()``
80
81
- 0.2.8
82
83
- Add iterators ``values()`` and ``.values_mut()``
0 commit comments