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 7009c0c13 forgot release note
7009c0c13 is described below
commit 7009c0c1390b1d7720f4ccf2bfe804d94e92bf0b
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Apr 1 16:17:34 2026 -0700
forgot release note
---
RELEASE_NOTES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3a3a5b06d..cb5f82ef7 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -74,7 +74,7 @@ Apache Royale Compiler 1.0.0
- compiler: Fixed `mx.core.DeferredInstanceFromFunction` not getting emitted
when targeting JavaScript.
- compiler: Fixed intermittent missing `goog.require()` calls when using JS
target.
- compiler: Added support for `mx.core.IDeferredInstance` for default
properties with `-children-as-data=false` for JavaScript.
-- compiler: Added support for `mx.core.UIComponentDescriptor` for components
that are containers.
+- compiler: Added support for `mx.core.UIComponentDescriptor` with
`-children-as-data=false` for 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.