Skip to content

Commit

Permalink
update readme for 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaning-agent committed Feb 3, 2023
1 parent b15f98e commit 9ee7b89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -72,7 +73,7 @@ Add log-capture as a test dependency to your project. If you use Maven, add this
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>log-capture</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 9ee7b89

Please sign in to comment.