diff --git a/README.md b/README.md index ef287be..62b3ca1 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ logCapture.assertLoggedInOrder( * [Cucumber example](#cucumber-example) * [Cucumber feature file](#cucumber-feature-file) * [Changes](#changes) + * [3.6.1](#361) * [3.6.0](#360) * [3.5.0](#350) * [3.4.1](#341) @@ -72,7 +73,7 @@ Add log-capture as a test dependency to your project. If you use Maven, add this de.dm.infrastructure log-capture - 3.6.0 + 3.6.1 test ``` @@ -308,6 +309,10 @@ And with MDC logging context ## Changes +### 3.6.1 + +* Fixed a misleading and wrong assertion message. The assertion itself was correct, but the message always said all matchers did not match when only a subset did not match. + ### 3.6.0 * Removed ExpectedKeyValue again due to an [API change in Logstash without a workaround](https://github.com/logfellow/logstash-logback-encoder/issues/788)