From 0927a2f9e6a339765efd1668ec09e875af33137a Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Wed, 9 Mar 2022 23:11:04 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4624e1c47..13919a561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Fixed handling of `<` `>` delimiters in C++ and Rust. ### Diffing +Difftastic will now split files that contain obviously unchanged +regions, substantially improving performance when a file has multiple +changes that have many unchanged items between them. + Improved diff results when choosing between syntax nodes at different nesting levels. This is restoring a heuristic that was removed in 0.20.