From b6f963d38ec59d80795d3baa32ecdc685d25a7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Fri, 29 Sep 2023 21:25:04 +0200 Subject: [PATCH] changelog update --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7957e66f4..26b8f2712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. have special node per script (script_0, script_1, ...) which contains included classes and script initializer - Show "Renaming identifiers" status on file opening with auto rename identifiers on - [#2010] word wrapping in the translation tool +- ABC Explorer tool ### Fixed - [#2043] StartSound2 tag handling @@ -69,6 +70,9 @@ Major version of SWF to XML export changed to 2. - [#2022] - AS3 - Make script initializer always visible and available instead of config - [#1355] Import panel moved to separate tab +### Removed +- Removed AS3 Constants list (tab on navigator) in favor of new ABC Explorer + ## [18.5.0] - 2023-06-25 ### Added - [#1998] Setting for maximum number of items in the cache - allows less memory consumption (Defaults to 500 per cache)