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.
2 parents 139d7ad + 48ed490 commit abdd155Copy full SHA for abdd155
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.4.0"
+version = "2.5.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,12 @@
# Releases
+## 2.5.0
+
+- Added an `insert_before` method to `IndexMap` and `IndexSet`, as an
+ alternative to `shift_insert` with different behavior on existing entries.
+- Added `first_entry` and `last_entry` methods to `IndexMap`.
8
+- Added `From` implementations between `IndexedEntry` and `OccupiedEntry`.
9
10
## 2.4.0
11
12
- Added methods `IndexMap::append` and `IndexSet::append`, moving all items from
0 commit comments