From 0db76a2b399a1f994eee6a679db28f9369ceae75 Mon Sep 17 00:00:00 2001 From: SteveGilham Date: Mon, 13 May 2024 20:26:47 +0100 Subject: [PATCH] Update release notes --- ReleaseNotes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 16245b8a..b458c60f 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,6 +4,9 @@ A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wi read the FAQ : https://github.com/SteveGilham/altcover/wiki/FAQ # (Habu series release 29) +* [BUGFIX] Fix summary data for `--outputFile` option +* [BUGFIX] Fix interection of `--zipFile` prepare option and `--outputFile` collect option +* [BUGFIX] Issue #220 - improve dependency resolution to the GAC # 8.8.21 (Habu series release 28) * [BREAKING; BUGFIX] Issue #206 : Update to net6+ for `dotnet test` integration and respect the `$(IsTestProject)` setting from the `Microsoft.NET.Test.Sdk` package.