You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/08/22 21:31:54 UTC

[royale-compiler] 01/02: minor change to release notes for 0.9.8

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 744a76bc15a52e7348d5fba524536d3fbc485bba
Author: greg-dove <gr...@gmail.com>
AuthorDate: Mon Aug 23 09:23:23 2021 +1200

    minor change to release notes for 0.9.8
---
 RELEASE_NOTES.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6b92d5f..8e829b6 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,4 @@
+For additional information on recent issues that have been closed, see [Github Issues List](https://github.com/apache/royale-compiler/issues?q=is%3Aissue+is%3Aclosed)
 
 Apache Royale Compiler 0.9.8
 =================
@@ -6,6 +7,7 @@ Apache Royale Compiler 0.9.8
 - Fixed issue where unrecognized characters in .mxml files were sometimes ignored, and now an error is reported.
 - Fixed some missing syntax checks for bindable variables that should have been the same as non-bindable variables. This may produce some new errors that weren't there before (such as duplicate variable names), but they should have been.
 - Fixed issue where a type annotation referencing a class with a private constructor was not correctly resolved.
+- Improvements/Fixes in Binding support, added support for binding inheritance, similar to Flex.
 - (JS) Source map debugging paths of SDK classes are updated to allow breakpoints in the original .as or .mxml files in the SDK when debugging in a browser or IDE.
 - (JS) Added source-map-source-root compiler option to optionally customize the source root of source maps.
 - (JS) No longer generates @export annotations for exported symbols in debug builds. Exports are smartly generated when creating a release build, and if they are disabled, they will be omitted from framework classes now too. This can help reduce the size of a release build.
@@ -52,8 +54,7 @@ Apache Royale Compiler 0.9.7
  - (JS) Fix "missing var keyword" warning from Closure compiler for type definitions.
  - (SWF/JS) Fix missing error for calling a getter as a function (similar to attempting to call a variable as a function) when it is the wrong type.
  - (JS) Fix missing . in generated JS when using static getter/setter in a custom namespace.
-
- For additional information on recent issues that have been closed, see [Github Issues List](https://github.com/apache/royale-compiler/issues?q=is%3Aissue+is%3Aclosed)
+ 
 
 Apache Royale Compiler 0.9.6
 =================