Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Aug 13, 2024
1 parent 8c0a1cd commit 0b2b4b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indexmap"
edition = "2021"
version = "2.3.0"
version = "2.4.0"
documentation = "https://docs.rs/indexmap/"
repository = "https://github.com/indexmap-rs/indexmap"
license = "Apache-2.0 OR MIT"
Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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.

## 2.3.0

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

0 comments on commit 0b2b4b9

Please sign in to comment.