File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.16.1] ( https://github.com/rust-lang/hashbrown/compare/v0.16.0...v0.16.1 ) - 2025-11-20
11+
12+ ### Added
13+
14+ - Added ` HashTable ` methods related to the raw bucket index (#657 )
15+ - Added ` VacantEntryRef::insert_with_key ` (#579 )
16+
17+ ### Changed
18+
19+ - Removed specialization for ` Copy ` types (#662 )
1020- The ` get_many_mut ` family of methods have been renamed to ` get_disjoint_mut `
1121 to match the standard library. The old names are still present for now, but
12- deprecated.
22+ deprecated. (#648 )
23+ - Recognize and use over-sized allocations when using custom allocators. (#523 )
24+ - Depend on ` serde_core ` instead of ` serde ` . (#649 )
25+ - Optimized ` collect ` on rayon parallel iterators. (#652 )
1326
1427## [ 0.16.0] ( https://github.com/rust-lang/hashbrown/compare/v0.15.5...v0.16.0 ) - 2025-08-28
1528
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.16.0 "
3+ version = " 0.16.1 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments