Skip to content

Commit

Permalink
Updates release notes for PR #4455
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Oct 3, 2023
1 parent 20c15ff commit ef3f960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .release-notes/fix-4431.md

This file was deleted.

4 changes: 4 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ef3f960

Please sign in to comment.