From b98be24027778b5b20b0596cbe66463f663064d3 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 3 Feb 2021 23:14:06 +0100 Subject: [PATCH] Fixed incorrect changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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