Prepared release.

This commit is contained in:
Chris Hodges 2019-11-19 19:47:40 +01:00
parent 5113cc15ab
commit a0909d8c39
2 changed files with 2 additions and 2 deletions

View File

@ -711,7 +711,7 @@ Feel free to use the code (in package ```de.platon42.intellij.jupiter```) for yo
## Changelog
#### V1.7 (unreleased)
#### V1.7 (19-Nov-19)
- Fixed a lapsuus in AssertThatFileExpression also transforming ```.listFiles()``` with a filter argument.
- Added first version of AssertThatPathExpression for a limited number transformations (more stuff is possible,
but requires detection and transformation of static ```Files```-methods).

View File

@ -43,7 +43,7 @@ intellij {
patchPluginXml {
changeNotes """
<h4>V1.7 (unreleased)</h4>
<h4>V1.7 (19-Nov-19)</h4>
<ul>
<li>Fixed a lapsuus in AssertThatFileExpression also transforming listFiles() with a filter argument.
<li>Added first version of AssertThatPathExpression for a limited number transformations (more stuff is possible,