Skip to content

Commit

Permalink
Add breaking changes details for u8 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanWeerasinghe committed Aug 23, 2023
1 parent 58c075b commit 773da53
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ If you have not installed Ballerina, download the [installers](/downloads/#swanl
## Backward-incompatible changes

- A bug related to the inference of numeric literal types has been fixed.

```ballerina
2f|1 num1 = 2; // Compilation error now.
2f|3d|6 num2 = 10; // Compilation error now.
3d|6 num3 = 10; // Compilation error now.
```

## Platform updates

### New features
Expand Down

0 comments on commit 773da53

Please sign in to comment.