From 7eadf8e955da666dfacc6f9bc985907ff1a128ed Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 31 Jan 2021 19:24:54 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03bd67..90079f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ All notable changes to similar are documented here. ## 0.5.0 * Add `DiffOp::apply_to_hook` to apply a captured op to a diff hook. -* Added virtual newline handling to `iter_changes`. +* Added missing newline handling to the `Changes` type. * Made unified diff support more flexible through the introduction of the `UnifiedDiff` type. * Fixed grouped diff operation to return an empty result if the diff does not show any changes. +* Added inline diff highlighting support. ## 0.4.0