We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f433ed + dc5a1a1 commit 158fdd5Copy full SHA for 158fdd5
CHANGELOG.md
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.16.0](https://github.com/rust-lang/hashbrown/compare/v0.15.5...v0.16.0) - 2025-08-28
11
+
12
+### Changed
13
14
- Bump foldhash, the default hasher, to 0.2.0.
15
+- Replaced `DefaultHashBuilder` with a newtype wrapper around `foldhash` instead
16
+ of re-exporting it directly.
17
18
## [0.15.5](https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5) - 2025-08-07
19
0 commit comments