From 9f3939b906be6f1820c87b196a63698f2700c89b Mon Sep 17 00:00:00 2001 From: Steve Gilham Date: Mon, 17 Oct 2022 08:02:44 +0100 Subject: [PATCH] Go for release --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 34f48d1a..b97134bd 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -3,7 +3,7 @@ A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide and read the FAQ : https://github.com/SteveGilham/altcover/wiki/FAQ -# 8.4.84x (Habu series release 16) +# 8.4.840 (Habu series release 16) * New option `--trivia` to omit coverage of sequence points containing no logic (no-op, return or unconditional branches only) * Added context for exceptions thrown during instrumentation. This is aimed at tracing what was being inspected when exceptions arise from `Mono.Cecil` being presented with a new corner case.