diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d69df..ebeab96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,20 @@ ## Unreleased (v3.1.x) -* Update core testlogger to 3.0.54 for nunit test adapter +* Update core testlogger to 3.0.78 for nunit test adapter * Fix: Explicit tests should be marked as Skipped. See https://github.com/spekt/nunit.testlogger/issues/86 -* Fix: Test case parse error if name contains special characters. See +* Replace Test Case name parser **Possible Breaking Change** + * For most or maybe all users the new parser should fix the issues shown below, without introducing new issues. In case you do encounter any new parsing failures a feature flag `Parser=Legacy` has been added to use the prior parser. See [logger config wiki](https://github.com/spekt/testlogger/wiki/Logger-Configuration) for details. + * Fix: Test case parse error if name contains special characters. See https://github.com/spekt/nunit.testlogger/issues/90 + * Fix: Covers several parsing issues. Thanks @becha2 for all the detailed examples. + https://github.com/spekt/testlogger/issues/28 + * Fix: Log member data. Thanks @BottlecapDave for the issue report and @hach-que for the draft fix. + https://github.com/spekt/junit.testlogger/issues/50 + * Fix: Issue parsing chars. Thanks @binarycow for the issue report. + https://github.com/spekt/nunit.testlogger/issues/90 + * Reduce log verbosity: The parser, if it encounters problems, will only output one warning per run to the console instead of one per problem ## v3.0.117 - 2021/11/06 diff --git a/scripts/dependencies.props b/scripts/dependencies.props index aee2b2e..1d7a159 100644 --- a/scripts/dependencies.props +++ b/scripts/dependencies.props @@ -4,7 +4,7 @@ 1.3.2 15.7.2 4.9.0 - 3.0.54 + 3.0.78 15.0.0