Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Oct 11, 2016
1 parent d0b9183 commit 736d3ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ordermap"
version = "0.2.2"
version = "0.2.3"
authors = ["bluss"]
documentation = "https://docs.rs/ordermap/"
repository = "https://github.com/bluss/ordermap"
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ Where to go from here?
Recent Changes
--------------

- 0.2.3

- Generalize ``Entry`` for now, so that it works on hashmaps with non-default
hasher. However, there's a lingering compat issue since libstd HashMap
does not parameterize its entries by the hasher (``S`` typarm).
- Special case some iterator methods like ``.nth()``

- 0.2.2

- Disable the verbose Debug impl by default.
Expand Down

0 comments on commit 736d3ec

Please sign in to comment.