Fixed incorrect changelog
This commit is contained in:
parent
17e6c75fed
commit
b98be24027
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue