Prepared for release.

This commit is contained in:
Chris Hodges 2020-02-25 14:39:30 +01:00
parent 9b25e50183
commit 48349a6528
2 changed files with 2 additions and 2 deletions

View File

@ -793,7 +793,7 @@ Feel free to use the code (in package ```de.platon42.intellij.jupiter```) for yo
## Changelog
#### V1.9 (unreleased)
#### V1.9 (25-Feb-20) Mardi Gras Edition
- TwistedAssertion inspection will no longer warn for ```.matches()``` and ```doesNotMatch()``` for regular expressions.
Apparently, ```assertThat("somestring").matches(regex)``` is a valid test if the regex is what needs to be tested.
If the actual expression is of ```Class``` type, this will no longer be reported.

View File

@ -43,7 +43,7 @@ intellij {
patchPluginXml {
changeNotes """
<h4>V1.9 (unreleased)</h4>
<h4>V1.9 (25-Feb-20) Mardi Gras Edition</h4>
<ul>
<li>TwistedAssertion inspection will no longer warn for .matches() and doesNotMatch() for regular expressions.
Apparently, assertThat("somestring").matches(regex) is a valid test if the regex is what needs to be tested.