Update changelog

This commit is contained in:
Armin Ronacher 2021-02-17 21:01:01 +01:00
parent 45bcb3943c
commit 99386e8106

View file

@ -2,6 +2,11 @@
All notable changes to similar are documented here.
## 1.3.0
* Performance improvements for the LCS algorithm.
* Small performance improvments by adding an early opt-out for and inline highlighting.
## 1.2.2
* Added support for Rust 1.41.0 for better compatibility.