diff --git a/Docs/CHANGELOG.md b/Docs/CHANGELOG.md index a4b6488..c2bdace 100644 --- a/Docs/CHANGELOG.md +++ b/Docs/CHANGELOG.md @@ -2,7 +2,7 @@ Changes are relative to v1.0.0 -## Changes for next version +## Changes for v1.4.0 ### Extended Features diff --git a/VSIX/VSTestAdapterCatch2/RELEASENOTES.txt b/VSIX/VSTestAdapterCatch2/RELEASENOTES.txt index b108772..2a2925f 100644 --- a/VSIX/VSTestAdapterCatch2/RELEASENOTES.txt +++ b/VSIX/VSTestAdapterCatch2/RELEASENOTES.txt @@ -1,3 +1,11 @@ +Release Notes for v1.4.0 of the Test Adapter for Catch2 +This version is mostly a bug fix release. +# Extended Features +- Improve Additional info output with respect to section. Is now more like standard Catch2 output. +- Improve how is dealt with problematic test case names. Tests with such names are now marked as skipped, with an error message that suggests a possible solution. +# Bug fixes +- Bug: Test durations in Test Explorer are wrong for systems setup with a decimal symbol that is not '.'. Fixed. + Release Notes for v1.3.0 of the Test Adapter for Catch2 This version is mostly a bug fix release. # Extended Features diff --git a/VSIX/VSTestAdapterCatch2/source.extension.vsixmanifest b/VSIX/VSTestAdapterCatch2/source.extension.vsixmanifest index 55d1240..271e5d0 100644 --- a/VSIX/VSTestAdapterCatch2/source.extension.vsixmanifest +++ b/VSIX/VSTestAdapterCatch2/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Test Adapter for Catch2 Test Adapter for use with the Catch2 C++ unit test framework. https://github.com/JohnnyHendriks/TestAdapter_Catch2