File: CHANGELOG.md

package info (click to toggle)
rust-imara-diff 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,059 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Changelog - imara-diff

All notable changes to imara-diff will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 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