-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3948e2d
commit 8f25d88
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
downloads/swan-lake-release-notes/swan-lake-2201.10.2/RELEASE_NOTE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
|
||
<em>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.</em> | ||
|
||
## 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) |