From b72a7f4cd597488903e8af9ea007323688848e4a Mon Sep 17 00:00:00 2001 From: Matthew Manela Date: Wed, 10 Mar 2021 14:59:57 -0800 Subject: [PATCH] change text --- DiffPlex/DiffPlex.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiffPlex/DiffPlex.csproj b/DiffPlex/DiffPlex.csproj index b42e27e1..6711ede1 100644 --- a/DiffPlex/DiffPlex.csproj +++ b/DiffPlex/DiffPlex.csproj @@ -5,7 +5,7 @@ 1.7.0 diff DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library. - * Add HasDifferences property. + Fixed diffing of sub-components (like words). Ensures ignoreWhitespace and ignoreCase are honoroed in that case and that the parent reflects modification state of the child.