From 8f25d8846bf6f95f8acdf9ae85cde634e78909bb Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Wed, 16 Oct 2024 17:05:51 +0530 Subject: [PATCH] Update release note 2201.10.2 --- .../swan-lake-2201.10.2/RELEASE_NOTE.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 downloads/swan-lake-release-notes/swan-lake-2201.10.2/RELEASE_NOTE.md diff --git a/downloads/swan-lake-release-notes/swan-lake-2201.10.2/RELEASE_NOTE.md b/downloads/swan-lake-release-notes/swan-lake-2201.10.2/RELEASE_NOTE.md new file mode 100644 index 00000000000..f4e9d5bce24 --- /dev/null +++ b/downloads/swan-lake-release-notes/swan-lake-2201.10.2/RELEASE_NOTE.md @@ -0,0 +1,34 @@ +--- +layout: ballerina-left-nav-release-notes +title: Swan Lake Update 10 (2201.10.2) +permalink: /downloads/swan-lake-release-notes/2201.10.2/ +active: 2201.10.2 +--- + +## Overview of Ballerina Swan Lake Update 10 (2201.10.2) + +Swan Lake Update 10 (2201.10.2) is the second patch release of Ballerina 2201.10.0 (Swan Lake Update 10) and it includes a new set of bug fixes to the language and the runtime. + +## Update Ballerina + +Run the command below to update your current Ballerina installation directly to 2201.10.2 using the [Ballerina Update Tool](/learn/update-tool/). + +``` +$ bal dist pull 2201.10.2 +``` + +## Install Ballerina + +If you have not installed Ballerina, then, download the [installers](/downloads/#swanlake) to install. + +## Runtime updates + +### Bug fixes + +To view bug fixes, see the [GitHub milestone for Swan Lake Update 10 (2201.10.2)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.10.2+label%3ATeam%2FjBallerina+is%3Aclosed). + +## Language updates + +### Bug fixes + +To view bug fixes, see the [GitHub milestone for Swan Lake Update 10 (2201.10.2)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.10.2+is%3Aclosed+label%3ATeam%2FCompilerFE)