Skip to content

Commit 603c326

Browse files
committed
Release 1.5.0
1 parent 604a2b6 commit 603c326

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexmap"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
authors = [
55
"bluss",
66
"Josh Stone <[email protected]>"

README.rst

+19
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,25 @@ which is roughly:
8080
Recent Changes
8181
==============
8282

83+
- 1.5.0
84+
85+
- **MSRV**: Rust 1.32 or later is now required.
86+
87+
- The inner hash table is now based on ``hashbrown`` by @cuviper in PR 131_.
88+
This also completes the method ``reserve`` and adds ``shrink_to_fit``.
89+
90+
- Add new methods ``get_key_value``, ``remove_entry``, ``swap_remove_entry``,
91+
and ``shift_remove_entry``, by @cuviper in PR 136_
92+
93+
- ``Clone::clone_from`` reuses allocations by @cuviper in PR 125_
94+
95+
- Add new method ``reverse`` by @linclelinkpart5 in PR 128_
96+
97+
.. _125: https://github.com/bluss/indexmap/pull/125
98+
.. _128: https://github.com/bluss/indexmap/pull/128
99+
.. _131: https://github.com/bluss/indexmap/pull/131
100+
.. _136: https://github.com/bluss/indexmap/pull/136
101+
83102
- 1.4.0
84103

85104
- Add new method ``get_index_of`` by @Thermatrix in PR 115_ and 120_

0 commit comments

Comments
 (0)