Skip to content

Commit 4df99d8

Browse files
authored
Merge pull request #319 from cuviper/release-2.2.4
Release 2.2.4
2 parents cdebfe8 + 271b5ae commit 4df99d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "indexmap"
33
edition = "2021"
4-
version = "2.2.3"
4+
version = "2.2.4"
55
documentation = "https://docs.rs/indexmap/"
66
repository = "https://github.com/indexmap-rs/indexmap"
77
license = "Apache-2.0 OR MIT"

RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Releases
22

3+
## 2.2.4
4+
5+
- Added an `insert_sorted` method on `IndexMap`, `IndexSet`, and `VacantEntry`.
6+
- Avoid hashing for lookups in single-entry maps.
7+
- Limit preallocated memory in `serde` deserializers.
8+
39
## 2.2.3
410

511
- Added `move_index` and `swap_indices` methods to `IndexedEntry`,

0 commit comments

Comments
 (0)