From 01d26b95d1e7e79fa7e65e120a4c6db3a2e8c373 Mon Sep 17 00:00:00 2001 From: Eddy Nakamura Date: Tue, 26 Jan 2021 19:57:13 -0300 Subject: [PATCH] Update ReleaseHistory.md --- src/ReleaseHistory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReleaseHistory.md b/src/ReleaseHistory.md index dde99292c..4f22e7f58 100644 --- a/src/ReleaseHistory.md +++ b/src/ReleaseHistory.md @@ -1,6 +1,6 @@ # SARIF Package Release History (SDK, Driver, Converters, and Multitool) -* BREAKING: Move 'transform' functionality into 'rewrite' and delete redundant 'transform' command. [#2252](https://github.com/microsoft/sarif-sdk/pull/2252) +* BREAKING: Move `transform` functionality into `rewrite` and delete redundant `transform` command. [#2252](https://github.com/microsoft/sarif-sdk/pull/2252) ## **v2.4.0** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.4.0) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.4.0) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.4.0) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.4.0) | [Multitool Library](https://www.nuget.org/packages/Sarif.Multitool.Library/2.4.0) * BREAKING: Entirely remove `verbose` whose fuctionality has been replaced by `--level` and `--kind`. [#2241](https://github.com/microsoft/sarif-sdk/pull/2241)