Skip to content

Commit

Permalink
Merge pull request #312 from cuviper/release-2.2.3
Browse files Browse the repository at this point in the history
Release 2.2.3
  • Loading branch information
cuviper committed Feb 11, 2024
2 parents 8e6753c + 3b79b87 commit 406bbdb
Show file tree
Hide file tree
Showing 2 changed files with 12 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.2.2"
version = "2.2.3"
documentation = "https://docs.rs/indexmap/"
repository = "https://github.com/indexmap-rs/indexmap"
license = "Apache-2.0 OR MIT"
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## 2.2.3

- Added `move_index` and `swap_indices` methods to `IndexedEntry`,
`OccupiedEntry`, and `RawOccupiedEntryMut`, functioning like the existing
methods on `IndexMap`.
- Added `shift_insert` methods on `VacantEntry` and `RawVacantEntryMut`, as
well as `shift_insert_hashed_nocheck` on the latter, to insert the new entry
at a particular index.
- Added `shift_insert` methods on `IndexMap` and `IndexSet` to insert a new
entry at a particular index, or else move an existing entry there.

## 2.2.2

- Added indexing methods to raw entries: `RawEntryBuilder::from_hash_full`,
Expand Down

0 comments on commit 406bbdb

Please sign in to comment.