This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new 85a936b59 update release notes with latest commits
85a936b59 is described below
commit 85a936b59ce07674f8e218e5744a63e65058eb8f
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Mar 17 08:54:25 2026 -0700
update release notes with latest commits
---
RELEASE_NOTES.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6add25ab6..525e9ae35 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -62,6 +62,10 @@ Apache Royale Compiler 0.9.13
- compiler: Optimized tracking of used qnames by using a set instead of a list.
- compiler: Tests may be optionally run using Adobe AIR instead of Adobe Flash
Player.
- compiler: Fixed top-level children failing to be detected as declarations in
MXML 2006 namespace.
+- compiler: Fixed validation of MXML `<fx:DesignLayer>` when used with
`[ArrayElementType]`.
+- compiler: Added basic implementation of `-children-as-data=false` for
JavaScript.
+- compiler: Fixed invalid MXML children sometimes getting ignored completely.
Now reports an appropriate error.
+- compiler: Fixed MXML `<fx:Vector>` not being emitted to JavaScript.
- debugger: Added missing isolate ID to SWF load and unload events.
- debugger: Fixed debugger targeting the current JDK version instead of the
intended minimum JDK version.
- debugger: Fixed localized messages appearing as unprocessed tokens.