From 235d459ff5d9e5db30c9af0254721c42cc64d28f Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Thu, 29 Dec 2022 03:47:01 +0000 Subject: [PATCH] Updates release notes for PR #4283 --- .release-notes/4283.md | 5 ----- .release-notes/next-release.md | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 .release-notes/4283.md diff --git a/.release-notes/4283.md b/.release-notes/4283.md deleted file mode 100644 index 1a00fecf79..0000000000 --- a/.release-notes/4283.md +++ /dev/null @@ -1,5 +0,0 @@ -# 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. diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index 6c9ddbe16f..cc917afd5f 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -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. +