diff --git a/README.md b/README.md index c85ba465b..518593348 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Instrumenting coverage tool for .net (framework 2.0+ and core) and Mono, reimpl Start with the [Quick Start guide](https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide) +Read the [FAQ](https://github.com/SteveGilham/altcover/wiki/FAQ) + The latest releases can be downloaded from [releases](https://github.com/SteveGilham/altcover/releases), but the easiest (and most automated) way is through the [nuget packages](#nuget-packages). ## What's in the box? diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 02e6171e9..04d41b2e5 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,11 @@ Q. Never mind the fluff -- how do I get started? -A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide +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) +* 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.3.839 (Habu series release 15) * [BUGFIX] -- Issue #161: Add retry logic to `ContingentCopy` task