diff --git a/.release-notes/fix-4431.md b/.release-notes/fix-4431.md deleted file mode 100644 index dc82239518..0000000000 --- a/.release-notes/fix-4431.md +++ /dev/null @@ -1,3 +0,0 @@ -## Fix compilation error when building with pool_memalign in release mode - -When attempting to build the Pony runtime with the `pool_memalign` option, users would encounter a compilation error if building a `release` rather than `debug` version of the runtime. We've fixed the compilation error and added CI testing to verify we don't get a regression. diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index fe4bff0b87..abb1b695e1 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -2,3 +2,7 @@ Quite a while back, we broke the support in our Makefile for building the Pony runtime with support for DTrace. We've fixed that and added tests to assure it builds. +## Fix compilation error when building with pool_memalign in release mode + +When attempting to build the Pony runtime with the `pool_memalign` option, users would encounter a compilation error if building a `release` rather than `debug` version of the runtime. We've fixed the compilation error and added CI testing to verify we don't get a regression. +