Skip to content

Commit 2ac754c

Browse files
committed
Fixing release notes
1 parent 97915e4 commit 2ac754c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The basic method for using this library is, that you create a definition for you
1212

1313
## Table of contents
1414
<!-- TOC -->
15-
1615
* [Installation](#installation)
1716
* [Maven](#maven)
1817
* [Running the Log Parser](#running-the-log-parser)
@@ -50,7 +49,7 @@ The basic method for using this library is, that you create a definition for you
5049
* [Exporting Results to an JSON File](#exporting-results-to-an-json-file)
5150
* [Command-line Execution of the Log-Parser](#command-line-execution-of-the-log-parser)
5251
* [Changelog](#changelog)
53-
* [1.11.0 (next version)](#1110--next-version-)
52+
* [1.11.0](#1110)
5453
* [1.0.10](#1010)
5554
* [1.0.8.2](#1082)
5655
* [1.0.8](#108)
@@ -483,7 +482,7 @@ All reports are stored in the directory `log-parser-reports/export/`.
483482
- [#110](https://github.com/adobe/log-parser/issues/110) Moved to Java 11
484483
- [#169](https://github.com/adobe/log-parser/issues/169) We only keep one Parse Definition entry with the same title in a Parse Definition.
485484
- [#157](https://github.com/adobe/log-parser/issues/157) Search terms ar no longer a Map of key and Objects. Instead, they are now a map of Parse Definition Entry names and Hamcrest Matchers. This may cause compilation errors for those using the search & filter functions. For migration purposes please refer to the section on [Defining a Search Term](#defining-a-search-term).
486-
- [#57](https://github.com/adobe/log-parser/issues/57) Assertions are no longer an implicite assert equal method. We now allow Hamcrest Matchers for asserting. This can be one or more matchers.
485+
- [#57](https://github.com/adobe/log-parser/issues/57) Assertions are no longer an implicit assert equal method. We now allow Hamcrest Matchers for asserting. This can be one or more matchers.
487486
- [#119](https://github.com/adobe/log-parser/issues/119) Cleanup of deprecated methods, and the consequences thereof.
488487
- [#137](https://github.com/adobe/log-parser/issues/137) We can now generate an HTML report for the differences in log data.
489488
- [#185](https://github.com/adobe/log-parser/issues/185) Resolved issue with deserializing unexpected objects in SDK Log entries..

0 commit comments

Comments
 (0)