Add changelog entry

This commit is contained in:
Armin Ronacher 2022-08-01 09:35:23 +02:00
parent de6f09a01c
commit 6a5d3112ef

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 2.2.0
* Fixed a panic in text diff generation. (#37)
## 2.1.0
* Removed deprecated alternative slice diffing functions.