aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
1 files changed, 3 insertions, 34 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4637bd0..c88d3e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,41 +2,11 @@
All notable changes to this project will be documented in this file.
-The format is based on [Keep a Changelog](https://keepachangelog.com/)
-and this project adheres to [Semantic Versioning](https://semver.org/).
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
-## [v0.12.0] - 2022-01-17
-
-## Added
-
-- Added `From<[T; N]>` and `From<[(K, V); N]>` for `HashSet` and `HashMap` respectively. (#297)
-- Added an `allocator()` getter to HashMap and HashSet. (#257)
-- Added `insert_unique_unchecked` to `HashMap` and `HashSet`. (#293)
-- Added `into_keys` and `into_values` to HashMap. (#295)
-- Implement `From<array>` on `HashSet` and `HashMap`. (#298)
-- Added `entry_ref` API to `HashMap`. (#201)
-
-## Changed
-
-- Bumped minimum Rust version to 1.56.1 and edition to 2021.
-- Use u64 for the GroupWord on WebAssembly. (#271)
-- Optimized `find`. (#279)
-- Made rehashing and resizing less generic to reduce compilation time. (#282)
-- Inlined small functions. (#283)
-- Use `BuildHasher::hash_one` when `feature = "nightly"` is enabled. (#292)
-- Relaxed the bounds on `Debug` for `HashSet`. (#296)
-- Rename `get_each_mut` to `get_many_mut` and align API with the stdlib. (#291)
-- Don't hash the key when searching in an empty table. (#305)
-
-## Fixed
-
-- Guard against allocations exceeding isize::MAX. (#268)
-- Made `RawTable::insert_no_grow` unsafe. (#254)
-- Inline `static_empty`. (#280)
-- Fixed trait bounds on Send/Sync impls. (#303)
-
## [v0.11.2] - 2021-03-25
## Fixed
@@ -337,8 +307,7 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
- Initial release
-[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.12.0...HEAD
-[v0.12.0]: https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.0
+[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.11.2...HEAD
[v0.11.2]: https://github.com/rust-lang/hashbrown/compare/v0.11.1...v0.11.2
[v0.11.1]: https://github.com/rust-lang/hashbrown/compare/v0.11.0...v0.11.1
[v0.11.0]: https://github.com/rust-lang/hashbrown/compare/v0.10.0...v0.11.0