Update changelog

This commit is contained in:
Armin Ronacher 2021-02-25 22:16:03 +01:00
parent 7e628d78d8
commit 1d176426e6

View file

@ -6,9 +6,15 @@ All notable changes to similar are documented here.
* Performance improvements for the LCS algorithm.
* Small performance improvments by adding an early opt-out for and inline highlighting.
* Added `IdentifyDistinct` to convert sequences to ints.
* Small performance improvements for larger text diffs by using `IdentifyDistinct`
automatically above a threshold.
* Added deadlines to all diffing algorithms to bail early.
* Deprecated slice diffing methods in the individual algorithm modules.
- Use a default timeout for the inline highlighting feature.
* Use a default timeout for the inline highlighting feature.
* Added a compacting step to clean up diffs. This results in nicer looking diffs and
fewer edits. This is happening automatically for captured diffs and is exposed
through the `Capture` type.
## 1.2.2