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
commit dc081e2c6a8c8f621f706bc7c0c841421cf3cb18 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Apr 22 10:31:18 2024 -0700 Missing release note --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 05d0d23c4..8a015aed4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -25,6 +25,7 @@ Apache Royale Compiler 0.9.11 - compiler: Fix incorrect error or warning positions for CSS content inside `<fx:Style>` tag. - compiler: Fix non-string values in an MXML array sometimes getting incorrectly wrapped in quotes when emitting JavaScript. - compiler: Fix null exception for `<fx:Style>` tags that contain only comments. +- compiler: Fix crash when attempting to use `--remove-circulars=false` with a release build. - debugger: Fix exception when evaluating certain expressions at run-time. - formatter: Added `insert-new-line-else` configuration option. - formatter: Filtered out unnecessary compiler warnings.
