diff --git a/.release-notes/4062.md b/.release-notes/4062.md deleted file mode 100644 index 418974368e..0000000000 --- a/.release-notes/4062.md +++ /dev/null @@ -1,9 +0,0 @@ -## Add prebuilt ponyc binaries for Ubuntu 22.04 - -We've added prebuilt ponyc binaries specifically made to work on Ubuntu 22.04. - -You can opt into using the Ubuntu binaries when using ponyup by running: - -```bash -ponyup default ubuntu22.04 -``` diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index fe6330746c..b533e473f1 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -200,3 +200,13 @@ we haven't had a crash reported for this code path. Now that path has been fixed by rearranging the order of the code. +## Add prebuilt ponyc binaries for Ubuntu 22.04 + +We've added prebuilt ponyc binaries specifically made to work on Ubuntu 22.04. + +You can opt into using the Ubuntu binaries when using ponyup by running: + +```bash +ponyup default ubuntu22.04 +``` +