From e6a384ff0e947319826bbda16045ba9b62abde8c Mon Sep 17 00:00:00 2001 From: Steve Gilham Date: Mon, 10 Jul 2023 17:10:36 +0100 Subject: [PATCH] Update release notes --- ReleaseNotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index da156320..39c02886 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,6 +4,8 @@ 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 23) +* Omit anonymous types from coverage, in the same way as other compiler generated code (auto-properties, equality and related operations on F# distributed unions, etc.) +* Supports net8.0 preview 5 # 8.6.61 (Habu series release 22) * [BUGFIX] prevent possible "The lists had different lengths." exception in the collect phase (Issue 181)