Skip to content

Commit

Permalink
Add changelog for 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb committed Feb 5, 2025
1 parent 2588fc1 commit 328556d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.1.1

- Change the internal algorithm to better accomodate large hashmaps.
This mitigates a [regression with 2.0 in rustc](https://github.com/rust-lang/rust/issues/135477).
See [PR#55](https://github.com/rust-lang/rustc-hash/pull/55) for more details on the change (this PR was not merged).
This problem might be improved with changes to hashbrown in the future.

## 2.1.0

- Implement `Clone` for `FxRandomState`
Expand Down

0 comments on commit 328556d

Please sign in to comment.