File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ v0.15.0] - 2024-09-??
10
+ ## [ v0.15.0] - 2024-10-01
11
11
12
12
This update contains breaking changes that remove the ` raw ` API with the hope of
13
13
centralising on the ` HashTable ` API in the future. You can follow the discussion
@@ -31,9 +31,11 @@ that were previously only possible on the `raw` API.
31
31
- Improved ` HashSet::is_disjoint ` performance. (#531 )
32
32
- ` equivalent ` feature is now enabled by default. (#532 )
33
33
- ` HashSet ` operators now return a set with the same allocator. (#529 )
34
+ - Changed the default hasher to foldhash. (#563 )
34
35
- ` ahash ` feature has been renamed to ` default-hasher ` . (#533 )
35
36
- Entry API has been reworked and several methods have been renamed. (#535 )
36
37
- ` Hash{Map,Set}::insert_unique_unchecked ` is now unsafe. (#556 )
38
+ - The signature of ` get_many_mut ` and related methods was changed. (#562 )
37
39
38
40
### Fixed
39
41
You can’t perform that action at this time.
0 commit comments