Skip to content

Commit dc0be46

Browse files
committed
0.2.9
1 parent 9601709 commit dc0be46

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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 = "ordermap"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
authors = ["bluss"]
55
documentation = "https://docs.rs/ordermap/"
66
repository = "https://github.com/bluss/ordermap"

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Where to go from here?
7272
Recent Changes
7373
--------------
7474

75+
- 0.2.9
76+
77+
- Add method ``.is_empty()`` by @overvenus
78+
- Implement ``PartialEq, Eq`` by @overvenus
79+
- Add method ``.sorted_by()``
80+
7581
- 0.2.8
7682

7783
- Add iterators ``values()`` and ``.values_mut()``

0 commit comments

Comments
 (0)