Skip to content

Commit

Permalink
Add a release note for move_index
Browse files Browse the repository at this point in the history
(cherry picked from commit 3848768)
  • Loading branch information
cuviper committed Jun 16, 2022
1 parent 8d02160 commit 9eda24a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- The new `IndexMap::shrink_to` and `IndexSet::shrink_to` methods shrink
the capacity with a lower bound.

- The new `IndexMap::move_index` and `IndexSet::move_index` methods change
the position of an item from one index to another, shifting the items
between to accommodate the move.

- 1.8.2

- Bump the `rustc-rayon` dependency, for compiler use only.
Expand Down

0 comments on commit 9eda24a

Please sign in to comment.