Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 1.03 KB

Changelog - imara-diff

All notable changes to imara-diff will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.7 - 2024-26-7

Fixed

  • pointer alias violations in myers diff algorithm implementation

0.1.5 - 2022-11-4

Fixed

  • inter::Interner::erase_tokens_after not removing tokens from the LUT in some cases.

0.1.4 - 2022-11-4

Fixed

  • inter::Interner::erase_tokens_after only removed tokens from the LUT of the interner but did not actually remove the value from the list of tokens. This cause iteration to still access these values.

0.1.3 - 2022-10-26

Fixed

  • Dependency on multiple ahash versions

0.1.2 - 2022-10-26

Documentation

  • Add multiple usage examples to the crate documentation

0.1.1 - 2022-10-25

Added

  • Interner::erase_tokens_after - allows reusing the interner without leaking memory.

0.1.0 - 2022-10-24

Initial Release