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)