From c7f8175e0e7c91ff2f6122c75f39ad99d3cb311b Mon Sep 17 00:00:00 2001 From: Shaopeng Li Date: Thu, 25 Aug 2022 15:27:46 -0700 Subject: [PATCH] update release history --- src/ReleaseHistory.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ReleaseHistory.md b/src/ReleaseHistory.md index 516bde72e..aa6f5c1f5 100644 --- a/src/ReleaseHistory.md +++ b/src/ReleaseHistory.md @@ -6,6 +6,7 @@ * BUGFIX: Remove duplicated rule definitions when executing `match-results-forward` commands for results with sub-rule ids. [#2486](https://github.com/microsoft/sarif-sdk/pull/2486) * BUGFIX: Update `merge` command to properly produce runs by tool and version when passed the `--merge-runs` argument. [#2488](https://github.com/microsoft/sarif-sdk/pull/2488) * BUGFIX: Eliminate `IOException` and `DirectoryNotFoundException` exceptions thrown by `merge` command when splitting by rule (due to invalid file characters in rule ids). +* BUGFIX: Fix NotYetAutoGenerated folder out of date issue by regenerate and manually sync the changes. [#2537](https://github.com/microsoft/sarif-sdk/pull/2537) ## **v3.1.0** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/3.1.0) | [Driver](https://www.nuget.org/packages/Sarif.Driver/3.1.0) | [Converters](https://www.nuget.org/packages/Sarif.Converters/3.1.0) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/3.1.0) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/3.1.0)