Skip to content

Commit 0b2b4b9

Browse files
committed
Release 2.4.0
1 parent 8c0a1cd commit 0b2b4b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

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

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## 2.4.0
4+
5+
- Added methods `IndexMap::append` and `IndexSet::append`, moving all items from
6+
one map or set into another, and leaving the original capacity for reuse.
7+
38
## 2.3.0
49

510
- Added trait `MutableEntryKey` for opt-in mutable access to map entry keys.

0 commit comments

Comments
 (0)