Skip to content

Commit 39f7cc0

Browse files
committed
Release 2.3.0
1 parent 6049d51 commit 39f7cc0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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.2.6"
4+
version = "2.3.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Releases
22

3+
## 2.3.0
4+
5+
- Added trait `MutableEntryKey` for opt-in mutable access to map entry keys.
6+
- Added method `MutableKeys::iter_mut2` for opt-in mutable iteration of map
7+
keys and values.
8+
39
## 2.2.6
410

511
- Added trait `MutableValues` for opt-in mutable access to set values.

0 commit comments

Comments
 (0)