From 41bcaece4269593f7becec1f70b653b3b8030c52 Mon Sep 17 00:00:00 2001 From: Steve Gilham Date: Tue, 6 Jun 2023 13:08:48 +0100 Subject: [PATCH] [skip ci] Update release notes --- ReleaseNotes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 50a9d74a..9753d4f9 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,9 +4,12 @@ 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 22) -* [BUGFIX] prevent possible "The lists had different lengths." exception in the collect phase +* [BUGFIX] prevent possible "The lists had different lengths." exception in the collect phase (Issue 181) +* Removes some obsolete code from the `dotnet test` integration * Drop support for Fake 5.23.x -* Supports net8.0 preview 3 +* Supports net8.0 preview 4 +* Updated to Cecil 11.5, removing the need for workrounds for issues noted at 11.4 +* Other dependency updates. # 8.6.48 (Habu series release 21a) * [BUGFIX] Correctly package the visualizer for net5.0, as well as building it against the later platform