From 8e77232dd25844df0420c33764d857555a96f4c1 Mon Sep 17 00:00:00 2001 From: Chris Speciale Date: Tue, 22 Oct 2024 06:34:35 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5998240..61fb440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +3.3.0 (10/22/2024) +------------------ + +* Added `SymbolUtils` utility class to reduce duplicate code +* Added Implementation for `IDisplayObjectLoader` +* Improved garbage collection performance +* Fixed `haxelib run swf process` with a single argument +* Fixed memory leak +* Fixed crash when `Sprite` is cast as a `Shape` +* Fixed ndll loader path for arm64 Mac + + 3.2.0 (10/27/2022) ------------------ @@ -48,4 +60,4 @@ 3.0.0 (08/14/2020) ------------------ -* Initial release using Timeline API (OpenFL >= 9) \ No newline at end of file +* Initial release using Timeline API (OpenFL >= 9)