All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.3.1 - 2022-08-09
- fixed downstream clippy warnings around
murmur3::Hasher
v0.3.0 - 2022-04-29
- [breaking-change] Made
Hasher
a subtrait ofcore::hash::Hasher
, and renamedfinish
tofinish32
to avoid conflicting - Relaxed some restrictions on
BuildHasherDefault
- [breaking-change] Removed
Hash
in favour ofcore::hash::Hash
- [breaking-change] Removed
BuildHasher
in favour ofcore::hash::BuildHasher
v0.2.1 - 2021-04-19
- implement
Clone
,PartialEq
,Eq
forBuildDefaultHasher
v0.2.0 - 2021-04-19
- [breaking-change]
const-fn
feature has been removed - [breaking-change] MSRV policy has been changed to "only latest stable is guaranteed to be supported"
v0.1.2 - 2019-11-14
- Included MSRV in the documentation; also added examples for 2015 and 2018 editions.
v0.1.1 - 2019-11-14
- Implementations for tuples
Initial release