We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0a1cd commit 0b2b4b9Copy full SHA for 0b2b4b9
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.3.0"
+version = "2.4.0"
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,10 @@
# Releases
+## 2.4.0
+
+- Added methods `IndexMap::append` and `IndexSet::append`, moving all items from
+ one map or set into another, and leaving the original capacity for reuse.
8
## 2.3.0
9
10
- Added trait `MutableEntryKey` for opt-in mutable access to map entry keys.
0 commit comments