Skip to content

Commit 9da6b46

Browse files
committed
Update changelog with the newest changes
1 parent c094791 commit 9da6b46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1212
This update contains breaking changes that remove the `raw` API with the hope of
1313
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.
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

0 commit comments

Comments
 (0)