Skip to content

Commit cfb5932

Browse files
committed
Add changelog
Adds changelog entries for the new 1.3.0 release and also for the previous 1.2.0 release. I did not bother documenting previous releases.
1 parent 3e39d8e commit cfb5932

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 1.3.0
2+
3+
- Replace hash with faster and better finalized hash.
4+
This replaces the previous "fxhash" algorithm originating in Firefox
5+
with a custom hasher designed and implemented by Orson Peters ([`@orlp`](https://github.com/orlp)).
6+
It was measured to have slightly better performance for rustc, has better theoretical properties
7+
and also includes a signficantly better string hasher.
8+
- Fix `no_std` builds
9+
10+
## 1.2.0 (**YANKED**)
11+
12+
**Note: This version has been yanked due to issues with the `no_std` feature!**
13+
14+
- Add a `FxBuildHasher` unit struct
15+
- Improve documentation
16+
- Add seed API for supplying custom seeds other than 0
17+
- Add `FxRandomState` based on `rand` (behind the `rand` feature) for random seeds
18+
- Make many functions `const fn`
19+
- Implement `Clone` for `FxHasher` struct

0 commit comments

Comments
 (0)