- Updated the dependencies. (#1)
- (Internal change) Replaced deprecated
Atomic::compare_and_set_weak
of crossbeam-epoch withAtomic::compare_exchange_weak
. (#1)
- 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 the default hasher from aHash to SipHash 1-3. (#1)
- Removed the dependency to aHash crates. (#1)