We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdebfe8 + 271b5ae commit 4df99d8Copy full SHA for 4df99d8
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.2.3"
+version = "2.2.4"
5
documentation = "https://docs.rs/indexmap/"
6
repository = "https://github.com/indexmap-rs/indexmap"
7
license = "Apache-2.0 OR MIT"
RELEASES.md
@@ -1,5 +1,11 @@
# Releases
+## 2.2.4
+
+- Added an `insert_sorted` method on `IndexMap`, `IndexSet`, and `VacantEntry`.
+- Avoid hashing for lookups in single-entry maps.
+- Limit preallocated memory in `serde` deserializers.
8
9
## 2.2.3
10
11
- Added `move_index` and `swap_indices` methods to `IndexedEntry`,
0 commit comments