From 79e79f3419b28a42ffeafb234f7f4e968d2c8e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Fri, 25 Nov 2022 20:17:54 +0100 Subject: [PATCH] Added #1769, #1888 AS3 - Missing casts like int() --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61b17d65..ee911187b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file. - Translator tool for easier localization ### Fixed -- [#1769] Missing some body trait variable declaration +- [#1769] AS3 - Missing some body trait variable declaration +- [#1769], [#1888] AS3 - Missing casts like int() ## [17.0.2] - 2022-11-22 ### Fixed @@ -2649,6 +2650,7 @@ All notable changes to this project will be documented in this file. [alpha 8]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha7...alpha8 [alpha 7]: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/alpha7 [#1769]: https://www.free-decompiler.com/flash/issues/1769 +[#1888]: https://www.free-decompiler.com/flash/issues/1888 [#1882]: https://www.free-decompiler.com/flash/issues/1882 [#1880]: https://www.free-decompiler.com/flash/issues/1880 [#1881]: https://www.free-decompiler.com/flash/issues/1881