Added support for grapheme and char diffing

This commit is contained in:
Armin Ronacher 2021-01-24 09:03:43 +01:00
parent fdaf81371c
commit 1b96739cc3
3 changed files with 95 additions and 2 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 0.3.0
* Added grapheme and character level diffing utilities.
## 0.2.0
* Fixed a bug in the patience algorithm causing it not not work.