File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
- # Change Log
1
+ # Changelog
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
6
- and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.15.3] ( https://github.com/rust-lang/hashbrown/compare/v0.15.2...v0.15.3 ) - 2025-04-29
11
+
12
+ ### Added
13
+
14
+ - SIMD implementation for LoongArch (#592 , requires nightly)
15
+
16
+ ### Changed
17
+
18
+ - Optimized insertion path by avoiding an unnecessary ` match_empty ` (#607 )
19
+ - Increased minimum table size for small types (#615 )
20
+ - Dropped FnMut trait bounds from ` ExtractIf ` data structures (#616 )
21
+ - Relaxed constraint in ` hash_map::EntryRef ` insertion methods ` K: From<&Q> ` to &Q: ` Into<K> ` (#611 )
22
+ - Added allocator template argument for ` rustc_iter ` (#605 )
23
+ - The ` allocator-api2/nightly ` feature is no longer enabled by ` hashbrown/nightly ` (#606 )
24
+
10
25
## [ v0.15.2] - 2024-11-14
11
26
12
27
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.15.2 "
3
+ version = " 0.15.3 "
4
4
authors = [
" Amanieu d'Antras <[email protected] >" ]
5
5
description = " A Rust port of Google's SwissTable hash map"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments