From 7c5608786f64ec19bb6ab3a937ec93afdab2fa62 Mon Sep 17 00:00:00 2001 From: Gayal Dassanayake Date: Thu, 17 Aug 2023 12:01:42 +0530 Subject: [PATCH 1/2] Add bal tool to release note --- .../swan-lake-2201.8.0/RELEASE_NOTE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/downloads/swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md b/downloads/swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md index aee72729bc5..a43db01c500 100644 --- a/downloads/swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md +++ b/downloads/swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md @@ -90,6 +90,10 @@ To view bug fixes, see the [GitHub milestone for 2201.8.0 (Swan Lake)](https://g ### New features +#### CLI + +- Added new `bal tool` command to manage tools that extend the functionality of the CLI. Tools can be pulled from the Ballerina Central and are managed using the `bal tool` command. For more information, see [Tool commands](https://ballerina.io/learn/cli-documentation/cli-commands/#tool-commands). + ### Improvements ### Bug fixes From 62659139cf09bf9d6096931103805b6286980d3d Mon Sep 17 00:00:00 2001 From: Gayal Dassanayake Date: Thu, 17 Aug 2023 14:07:28 +0530 Subject: [PATCH 2/2] Fix review suggestions Co-authored-by: praneesha --- .../swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads/swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md b/downloads/swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md index a43db01c500..98e5fff76c3 100644 --- a/downloads/swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md +++ b/downloads/swan-lake-release-notes/swan-lake-2201.8.0/RELEASE_NOTE.md @@ -92,7 +92,7 @@ To view bug fixes, see the [GitHub milestone for 2201.8.0 (Swan Lake)](https://g #### CLI -- Added new `bal tool` command to manage tools that extend the functionality of the CLI. Tools can be pulled from the Ballerina Central and are managed using the `bal tool` command. For more information, see [Tool commands](https://ballerina.io/learn/cli-documentation/cli-commands/#tool-commands). +- Added a new `bal tool` command to manage tools that extend the functionality of the CLI. Tools can be pulled from the Ballerina Central and are managed using the `bal tool` command. For more information, see [Tool commands](https://ballerina.io/learn/cli-documentation/cli-commands/#tool-commands). ### Improvements