From b7d02b75c56dcbd000c162e7e98a0bccad08f23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 1 Sep 2025 23:18:31 +0200 Subject: [PATCH] Added: #2497 - AS3 - temp variables for better handling swap/dup instructions --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14698c8c8..e63a83ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file. - show type after colon, not in parenthesis - view bytes length in bytes fields - [#2526] Option to disable drag & drop from Resources view to avoid problems on Mac OS +- [#2497] AS3 - temp variables for better handling swap/dup instructions ### Fixed - [#2474] Gotos incorrectly decompiled @@ -3994,6 +3995,7 @@ Major version of SWF to XML export changed to 2. [#2504]: https://www.free-decompiler.com/flash/issues/2504 [#2519]: https://www.free-decompiler.com/flash/issues/2519 [#2526]: https://www.free-decompiler.com/flash/issues/2526 +[#2497]: https://www.free-decompiler.com/flash/issues/2497 [#2474]: https://www.free-decompiler.com/flash/issues/2474 [#2480]: https://www.free-decompiler.com/flash/issues/2480 [#2338]: https://www.free-decompiler.com/flash/issues/2338