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 2020/04/18 23:53:21 UTC

[royale-compiler] branch release/0.9.7 updated: Initial update of release notes for 0.9.7

This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a commit to branch release/0.9.7
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/release/0.9.7 by this push:
     new 9a2b1d9  Initial update of release notes for 0.9.7
9a2b1d9 is described below

commit 9a2b1d98f68b37b1383c4a4635cec944b8572793
Author: greg-dove <gr...@gmail.com>
AuthorDate: Sun Apr 19 11:51:33 2020 +1200

    Initial update of release notes for 0.9.7
---
 RELEASE_NOTES.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index efa9915..5a47782 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -9,6 +9,11 @@ Apache Royale Compiler 0.9.7
  - (JS) Compiler updates to support more e4X variations/scenarios, including 'use namespace' and 'default xml namespace' directives
  - (JS) Compiler updates to address custom namespace-related output, and reflection support
  - (JS) Compiler updates to output more compact Reflection data
+ - Fixed a [compiler memory leak](https://github.com/apache/royale-compiler/issues/117) that was occurring over multiple compilations 
+ - Fixes in bindable code generation for accessors, and in bindable function generation for swf
+ - Fixed show-binding-warnings=false option to switch off binding warnings
+ 
+ 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
 =================