Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 338 Bytes

CHANGELOG.md

File metadata and controls

13 lines (8 loc) · 338 Bytes

0.3.1 - 03.03.2016

  • Enable new Hasher interface for stable (available with Rust 1.7) To use it, enable the hasher feature for murmurhash64.

0.3.0 - 27.01.2016

  • Implement new BuildHasher/Hasher interface (nightly only, will be stable in Rust 1.7)

0.2.0 - 09.05.2015

  • Implement Hasher trait
  • Use wrapped arithmetic