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 d0b9183 commit 736d3ecCopy full SHA for 736d3ec
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ordermap"
3
-version = "0.2.2"
+version = "0.2.3"
4
authors = ["bluss"]
5
documentation = "https://docs.rs/ordermap/"
6
repository = "https://github.com/bluss/ordermap"
README.rst
@@ -66,6 +66,13 @@ Where to go from here?
66
Recent Changes
67
--------------
68
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
76
- 0.2.2
77
78
- Disable the verbose Debug impl by default.
0 commit comments