Skip to content

Commit

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

- 0.2.11

- Support ``ExactSizeIterator`` for the iterators. By @Binero
- Use ``Box<[Pos]>`` internally, saving a word in the OrderMap struct.
- Serde support, with crate feature ``"serde-1"``. By @xfix

- 0.2.10

- Add iterator ``.drain(..)`` by @stevej
Expand Down

0 comments on commit 1fd3f60

Please sign in to comment.