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.