From 9e5ee23928ebf0c2685dc99e684b71eb68ca94af Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Fri, 18 Aug 2023 18:18:19 +0000 Subject: [PATCH] Updates release notes for PR #257 --- .release-notes/intel-macos.md | 5 ----- .release-notes/next-release.md | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 .release-notes/intel-macos.md diff --git a/.release-notes/intel-macos.md b/.release-notes/intel-macos.md deleted file mode 100644 index babf74f..0000000 --- a/.release-notes/intel-macos.md +++ /dev/null @@ -1,5 +0,0 @@ -## Add macOS on Intel as fully supported platform - -We've added macOS on Intel as a fully supported platform. This means that we test ponyup using macOS on Intel and provide nightly and release builds of ponyup for macOS on Intel. - -We plan to maintain ponyup as fully supported on macOS on Intel as long as we have a macOS on Intel environment or until Apple stops supporting new macOS releases on Intel CPUs. diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index 9fe0627..c7e9e76 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -12,3 +12,9 @@ For `ponyup` that means, we no longer test against it when doing CI. Additinally For `ponyc` the lack of support means that if you are using `ponyup` on Ubuntu 18.04 that it won't be able to install any version of `ponyc` from the point that we stopped supporting 18.04 for `ponyc`. Any `ponyc` from 0.55.0 on will not be able to be installed via `ponyup` and will need to instead be built from source. +## Add macOS on Intel as fully supported platform + +We've added macOS on Intel as a fully supported platform. This means that we test ponyup using macOS on Intel and provide nightly and release builds of ponyup for macOS on Intel. + +We plan to maintain ponyup as fully supported on macOS on Intel as long as we have a macOS on Intel environment or until Apple stops supporting new macOS releases on Intel CPUs. +