Skip to content

Commit 181b9bf

Browse files
committed
document DiffBuilder change
1 parent f5fe30b commit 181b9bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
[#38](https://github.com/xmlunit/xmlunit.net/issues/38). And neither
1313
of the methods could deal with `XmlSignificantWhitespace` at all.
1414

15-
* add `XmlWhitespaceStrippedSource`, `XmlWhitespaceNormalizedSource`
15+
* add `XmlWhitespaceStrippedSource`, `XmlWhitespaceNormalizedSource`,
1616
and `XmlElementContentWhitespaceStrippedSource` that only trim
1717
characters that are considered whitespace by the [XML
1818
Specification](https://www.w3.org/TR/xml11/#NT-S) from textual
1919
content.
20+
Also added new modifiers to `DiffBuilder` that make use of the new
21+
`ISource` types.
2022
Issue [#39](https://github.com/xmlunit/xmlunit.net/issues/39).
2123

2224
## XMLUnit.NET 2.9.2 - /Released 2023-03-16/

0 commit comments

Comments
 (0)