Made the unicode feature optional for inline highlighting

This commit is contained in:
Armin Ronacher 2021-02-07 21:55:56 +01:00
parent 84f9bc35c6
commit df4be6b493
4 changed files with 22 additions and 2 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 1.2.0
* Make the unicode feature optional for inline diffing.
## 1.1.0
* More generic lifetimes for `iter_changes` and `iter_inline_changes`.