This commit is contained in:
Armin Ronacher 2022-11-14 21:41:18 +01:00
parent 679c32ddee
commit 572ae1e547
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 2.2.1
* Fixed a panic in LCS diffs on matching input. (#43)
## 2.2.0
* Fixed a panic in text diff generation. (#37)