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 f90584f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f90584f

Please sign in to comment.