Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 1, 2017
1 parent 95a4b4b commit 8e8ef03
Show file tree
Hide file tree
Showing 2 changed files with 6 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.7"
version = "0.2.8"
authors = ["bluss"]
documentation = "https://docs.rs/ordermap/"
repository = "https://github.com/bluss/ordermap"
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ Where to go from here?
Recent Changes
--------------

- 0.2.8

- Add iterators ``values()`` and ``.values_mut()``
- Fix compatibility with 32-bit platforms

- 0.2.7

- Add ``.retain()``
Expand Down

0 comments on commit 8e8ef03

Please sign in to comment.