Skip to content

Commit b72a7f4

Browse files
committed
change text
1 parent b87f8b5 commit b72a7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiffPlex/DiffPlex.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Version>1.7.0</Version>
66
<PackageTags>diff</PackageTags>
77
<Description>DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.</Description>
8-
<PackageReleaseNotes>* Add HasDifferences property.</PackageReleaseNotes>
8+
<PackageReleaseNotes>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.</PackageReleaseNotes>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Condition="'$(TargetFramework)' == 'net40'" Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" />

0 commit comments

Comments
 (0)