diff --git a/CHANGELOG.md b/CHANGELOG.md index adc9c6f..c8e1ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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