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 2a0ca97 commit 998edb1Copy full SHA for 998edb1
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.6.0"
+version = "2.7.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.7.0 (2024-11-30)
+
+- Added methods `Entry::insert_entry` and `VacantEntry::insert_entry`, returning
+ an `OccupiedEntry` after insertion.
8
## 2.6.0 (2024-10-01)
9
10
- Implemented `Clone` for `map::IntoIter` and `set::IntoIter`.
0 commit comments