From e86d34aef1fd6abff7d8e777817f09be36509668 Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Tue, 3 Oct 2023 23:11:18 +0000 Subject: [PATCH] Update CHANGELOG for PR #4455 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 579796fe11..26d2b9a862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to the Pony compiler and standard library will be documented ### Fixed - Fix broken DTrace support ([PR #4453](https://github.com/ponylang/ponyc/pull/4453)) +- Fix compilation error when building with pool_memalign in release mode ([PR #4455](https://github.com/ponylang/ponyc/pull/4455)) ### Added