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.
0.5.2 - 2024-11-19
- Alternative (better) crates section (#128)
0.5.1 - 2024-04-21
- Updated to
seize 0.3
([#123]) - Fixed long-standing miri warning ([#123])
0.5.0 - 2024-02-11
- (BREAKING) Updated to
ahash 0.8
([#121])
0.4.0 - 2022-02-26
0.3.1 - 2020-08-28
- Basic
rayon
support (#89) - Miri leak checking
- Fixed panic when
no_replacement
is used
0.3.0 - 2020-04-13
HashMap::try_insert
(#74)HashSetRef
(#78)- Serialization support with
serde
(#79; behind a feature flag).
- Changelog. Which will now (in theory) be updated with every release.
- We now implement Java's "tree bin optimization" (#72).
- Many more tests have been ported over.
- Fixed several memory leaks.
- First "real" release.