Skip to content

Commit

Permalink
Updates release notes for PR #4283
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Dec 29, 2022
1 parent 74b5a9e commit 235d459
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .release-notes/4283.md

This file was deleted.

6 changes: 6 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ actor Main
The use of T: UnsignedInteger[T] is valid and expected, but wasn't
being handled correctly in this situation by the typechecker in this context.

# Fix a major bug which allowed mutating fields of a val object

A bug was introduced in 0.51.2 which caused some checks to allow mutating fields of a val object due to changes to some operations on capabilities. This bug is fixed: immutability is now checked separately from other properties.

If you are using Pony 0.51.2 to 0.52.3, you should upgrade to the 0.52.4 release that contains this fix as soon as possible.

0 comments on commit 235d459

Please sign in to comment.