This is an automated email from the ASF dual-hosted git repository. gregdove pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 519f433bb201aa7d0615cbc3f87f7ff5ae1b01b7 Author: greg-dove <[email protected]> AuthorDate: Mon Dec 6 15:21:39 2021 +1300 Some recent updates to release notes, for next release --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b3ab70e..8783fca 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,8 @@ Apache Royale Compiler 0.9.9 - Added a boolean new compiler option 'compiler.mxml.force-local-id' - (short commandline form 'force-local-id'). This is a quick way to avoid propagating id attributes to browser DOM in JSRoyale. - (JS) Fix for @royalesuppressexport feature which had stopped working - (JS) Fix for mx.managers.SystemManager subclass not being generated for applications that were not direct subclasses of the relevant application classes. - +- (JS) Improvement in output of locale properties files as ResourceBundles. Now using original Flex/SWF parsing approach for improved parity. +- (JS) First implementation of multiple-catch support in Javascript Apache Royale Compiler 0.9.8 =================
