Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.05 KB

Changelog

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.

Added

Changed

Removed

[0.3.1] - 2020-08-28

Added

  • Basic rayon support (#89)
  • Miri leak checking

Changed

  • Fixed panic when no_replacement is used

0.3.0 - 2020-04-13

Added

  • HashMap::try_insert (#74)
  • HashSetRef (#78)
  • Serialization support with serde (#79; behind a feature flag).

Changed

  • 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.

0.1.0 - 2020-02-04

Added

  • First "real" release.