diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index 43f73ba7..8aa8ec8b 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -2,3 +2,7 @@ The object capabilities system in the Pony standard library was [reworked](https://github.com/ponylang/ponyc/pull/4031) and we've updated to match it. +## Update to work with ponytest name change in Pony 0.49.0 + +The Pony unit testing framework PonyTest had [its package name renamed](https://github.com/ponylang/ponyc/pull/4032) from `ponytest` to `pony_test` to match standard library naming conventions. We've updated to account for the new name. + diff --git a/.release-notes/ponytest.md b/.release-notes/ponytest.md deleted file mode 100644 index 4c6e189c..00000000 --- a/.release-notes/ponytest.md +++ /dev/null @@ -1,3 +0,0 @@ -## Update to work with ponytest name change in Pony 0.49.0 - -The Pony unit testing framework PonyTest had [its package name renamed](https://github.com/ponylang/ponyc/pull/4032) from `ponytest` to `pony_test` to match standard library naming conventions. We've updated to account for the new name.