Skip to content

Commit

Permalink
make description consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed May 9, 2020
1 parent 22b014a commit f41ed66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Expand Up @@ -7,7 +7,7 @@ This version contains a backwards incompatible change to the
placeholders module: The `evaluate` method now receives a variable
number of string arguments in addition to the textual content of the
element/attribute. This allows placeholders like
`${xmlunit.matchesRegex("some\s*regex")}`.
`${xmlunit.matchesRegex(some\s*regex)}`.

* the AssertJ tests now pass on non-English locales as well
Issue [#180](https://github.com/xmlunit/xmlunit/pull/180)
Expand All @@ -16,7 +16,7 @@ element/attribute. This allows placeholders like
caused xmlunit-assertj to be incompatible with AssertJ 3.15.0
Issue [#181](https://github.com/xmlunit/xmlunit/issues/181)

* added a `matchesRegex` placeholder
* added a new `${xmlunit.matchesRegex(regex)}` placeholder
PR [#178](https://github.com/xmlunit/xmlunit/issues/178) by
[@Jazzyekim](https://github.com/Jazzyekim).

Expand Down

0 comments on commit f41ed66

Please sign in to comment.