From 896aca8a337d1c4ea516746f2253c358eb5099b4 Mon Sep 17 00:00:00 2001 From: Steve Gilham Date: Sun, 16 Oct 2022 20:08:32 +0100 Subject: [PATCH] Fix merge failure --- ReleaseNotes.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ed05c403..34f48d1a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,11 +4,7 @@ A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wi read the FAQ : https://github.com/SteveGilham/altcover/wiki/FAQ # 8.4.84x (Habu series release 16) -* New option `--trivia` to omit coverage of sequence points containing no logic (no-op 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. - -# 8.4.84x (Habu series release 16) -* New option `--trivia` to omit coverage of sequence points containing no logic (no-op or unconditional branches only) +* 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. # 8.3.839 (Habu series release 15)