From f90584f4d68f6303c365b4d8696a44d21f5bc5a2 Mon Sep 17 00:00:00 2001 From: LakshanWeerasinghe Date: Wed, 23 Aug 2023 06:50:53 +0530 Subject: [PATCH] Add breaking changes details for u8 release note --- .../swan-lake-2201.8.0/RELEASE_NOTE.md | 6 ++++++ 1 file changed, 6 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 98e5fff76c3d..91ec09127629 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 @@ -30,6 +30,12 @@ If you have not installed Ballerina, download the [installers](/downloads/#swanl ## Backward-incompatible changes +- A bug that resulted in not giving compilation errors for literal values due to invalidly inferred literal value types has been fixed. + + ```ballerina + 2f|1 num = 2; // Compilation error now. + ``` + ## Platform updates ### New features