Added #1769, #1888 AS3 - Missing casts like int()

This commit is contained in:
Jindra Petřík
2022-11-25 20:17:54 +01:00
parent 54d7cb38bc
commit 79e79f3419

View File

@@ -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