Skip to content

Commit 631dfed

Browse files
authored
Update CHANGELOG.md
1 parent ae3b75d commit 631dfed

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

CHANGELOG.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.15.3](https://github.com/rust-lang/hashbrown/compare/v0.15.2...v0.15.3) - 2025-04-29
1111

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
3013

31-
All notable changes to this project will be documented in this file.
14+
- SIMD implementation for LoongArch (#592, requires nightly)
3215

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
3517

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)
3724

3825
## [v0.15.2] - 2024-11-14
3926

0 commit comments

Comments
 (0)