File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 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/).
77
88## [ Unreleased]
99
10- ## [ v0.15.0] - 2024-09-??
10+ ## [ v0.15.0] - 2024-10-01
1111
1212This update contains breaking changes that remove the ` raw ` API with the hope of
1313centralising 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.
3131- Improved ` HashSet::is_disjoint ` performance. (#531 )
3232- ` equivalent ` feature is now enabled by default. (#532 )
3333- ` HashSet ` operators now return a set with the same allocator. (#529 )
34+ - Changed the default hasher to foldhash. (#563 )
3435- ` ahash ` feature has been renamed to ` default-hasher ` . (#533 )
3536- Entry API has been reworked and several methods have been renamed. (#535 )
3637- ` Hash{Map,Set}::insert_unique_unchecked ` is now unsafe. (#556 )
38+ - The signature of ` get_many_mut ` and related methods was changed. (#562 )
3739
3840### Fixed
3941
You can’t perform that action at this time.
0 commit comments