@@ -9,31 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ 0.15.3] ( https://github.com/rust-lang/hashbrown/compare/v0.15.2...v0.15.3 ) - 2025-04-29
11
11
12
- ### Other
13
-
14
- - Add release-plz for automated releases
15
- - Merge pull request #607 from ldm0/ldm_optimize
16
- - Remove "raw-entry" from "rustc-dep-of-std"
17
- - Merge pull request #615 from morrisonlevi/min-buckets
18
- - Drop FnMut trait bounds from ExtractIf data structures
19
- - Relax constraint in hash_map::EntryRef insertion methods K: From<&Q> to &Q: Into<K >
20
- - Merge pull request #610 from ldm0/ldm_lazy_static
21
- - Remove unnecessary lazy_static usage in bench.rs
22
- - Don't enable ` allocator-api2/nightly ` feature
23
- - Added Allocator template argument for rustc_iter
24
- - Merge pull request #604 from mumbleskates/msrv-badge
25
- - reflect updated msrv in the readme badge
26
- - Fix clippy lints
27
- - Merge pull request #590 from heiher/loong-gnu-ci
28
- - add support for loongarch64-unknown-linux-gnu
29
- # Change Log
12
+ ### Added
30
13
31
- All notable changes to this project will be documented in this file.
14
+ - SIMD implementation for LoongArch ( # 592 , requires nightly)
32
15
33
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
34
- and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
16
+ ### Changed
35
17
36
- ## [ Unreleased]
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 )
37
24
38
25
## [ v0.15.2] - 2024-11-14
39
26
0 commit comments