Skip to content

Commit

Permalink
Note breaking change nature of compiler bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Oct 7, 2023
1 parent 0b33a16 commit d3b9982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ Upon investigation, we found that this bug goes back about 8 or 9 years to the w

We've fixed the logic flaw and added tests to verify that it can't be reintroduced.

This will potentially break your code if you coded an unsafe recover block that the compiler previously allowed.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to the Pony compiler and standard library will be documented

### Changed

- - Fix compiler bug that allows an unsafe data access pattern ([PR #4458](https://github.com/ponylang/ponyc/pull/4458))

## [0.56.2] - 2023-09-16

Expand Down

0 comments on commit d3b9982

Please sign in to comment.