Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 754 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 754 Bytes

moka-cht — Change Log

Version 0.5.0

Changed

  • Updated the dependencies. (#1)
  • (Internal change) Replaced deprecated Atomic::compare_and_set_weak of crossbeam-epoch with Atomic::compare_exchange_weak. (#1)

Version 0.4.2

  • Forked from cht-v0.4.1. (The MIT License)
  • Changed to a dual license of the MIT License and the Apache License (Version 2.0). (#1)

Changed

  • Changed the default hasher from aHash to SipHash 1-3. (#1)

Removed

  • Removed the dependency to aHash crates. (#1)