Skip to content

Commit 736d3ec

Browse files
committed
0.2.3
1 parent d0b9183 commit 736d3ec

File tree

2 files changed

+8
-1
lines changed

2 files changed

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

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ Where to go from here?
6666
Recent Changes
6767
--------------
6868

69+
- 0.2.3
70+
71+
- Generalize ``Entry`` for now, so that it works on hashmaps with non-default
72+
hasher. However, there's a lingering compat issue since libstd HashMap
73+
does not parameterize its entries by the hasher (``S`` typarm).
74+
- Special case some iterator methods like ``.nth()``
75+
6976
- 0.2.2
7077

7178
- Disable the verbose Debug impl by default.

0 commit comments

Comments
 (0)