Fixed Embed tag not properly escaped on obfuscated files

This commit is contained in:
Jindra Petřík
2023-10-16 09:36:06 +02:00
parent 1a778b0b6f
commit 7d1f4db775
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
- AS3 incorrect private modifier on internal namespaced traits of private class inside script
- [#2095] AS3 Changing script when debugging
- [#223] AS2 Detecting uninitialized class fields
- Embed tag not properly escaped on obfuscated files
## [19.0.0] - 2023-10-01
### Added