Skip to content

Commit

Permalink
[Skip CI] Prepare release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Nov 9, 2020
1 parent 7af1f9b commit 0cfec59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ 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

# 7.1.xxx (Genbu series release 7)
# 7.1.795 (Genbu series release 7)
* [BUGFIX] Make LCov tracefile output follow what is actually generated, and not just what the `man` page says
* Handle the subtly different IL in `public int string Ternary(bool select) => !select ? Left : Right;` in the same way as `public int Ternary (bool select, int left, int right) { return select ? left : right; }` and show the branch.
* For <TrackedMethod /> records, add `entry` and `exit` attributes as semicolon separated lists of the UTC times in ticks at which the method was entered and returns
* As well as interfaces, hide other types with no non-abstract methods (e.g. plain enums) in the coverage
* For `dotnet test ... /p:AltCoverXmlReport=...` , if the value contains one of the following literals
* Show the branch in `public int string Ternary(bool select) => !select ? Left : Right;` just like it is shown in `public int Ternary (bool select, int left, int right) { return select ? left : right; }`.
* For <TrackedMethod /> records, add `entry` and `exit` attributes as semicolon separated lists of the UTC times in ticks at which the method was entered and returns
* For `dotnet test ... /p:AltCoverXmlReport=...` , if the value for the report file path contains one of the following literals
* $(ProjectName)
* $(SolutionDir)
* $([System.Guid]::NewGuid())
Expand Down

0 comments on commit 0cfec59

Please sign in to comment.