From 2ef3e4bf1c301f7c00352416872723241e5a919b Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Wed, 9 Oct 2024 13:34:25 +0000 Subject: [PATCH] Update CHANGELOG for PR #4522 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb472b85e0..cf9fad808f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to the Pony compiler and standard library will be documented ### Fixed +- Fix use after free bug in actor heap finalisation that can lead to a segfault ([PR #4522](https://github.com/ponylang/ponyc/pull/4522)) ### Added