Skip to content

Commit 570e1b2

Browse files
committed
Add a release note for new reserve methods
1 parent dbf20da commit 570e1b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
`par_sort_by_cached_key` methods which perform stable sorts in place
2525
using a key extraction function.
2626

27+
- `IndexMap` and `IndexSet` now have `reserve_exact`, `try_reserve`, and
28+
`try_reserve_exact` methods that correspond to the same methods on `Vec`.
29+
However, exactness only applies to the direct capacity for items, while the
30+
raw hash table still follows its own rules for capacity and load factor.
31+
2732
- The `hashbrown` dependency has been updated to version 0.13.
2833

2934
- 1.9.1

0 commit comments

Comments
 (0)