Fixed incorrect changelog

This commit is contained in:
Armin Ronacher 2021-02-03 23:14:06 +01:00
parent 17e6c75fed
commit b98be24027

View file

@ -2,11 +2,14 @@
All notable changes to similar are documented here.
## 0.6.0
## 1.0.0
* Add `get_diff_ratio`.
* Add support for byte diffing and change the text interface to abstract
over `DiffableStr`.
* Restructured crate layout greatly. Text diffing is now on the crate root,
some functionality remains in the algorithms.
* The `Change` type now also works for non text diffs.
## 0.5.0