You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2020/04/20 16:42:33 UTC

[royale-asjs] branch develop updated: update RELEASE_NOTES for 0.9.7

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-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1c1661a  update RELEASE_NOTES for 0.9.7
1c1661a is described below

commit 1c1661aeb918258f4dcc15605c2671b185c13630
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Mon Apr 20 09:42:25 2020 -0700

    update RELEASE_NOTES for 0.9.7
---
 RELEASE_NOTES.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 663a748..6783900 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -7,7 +7,13 @@ Apache Royale 0.9.7
 - Added support for using Command pattern to Crux
 - added [RoyaleArrayLike] implementation support added to Royale Collections, and BinaryData
 - improvements to XML/E4X conformance, and memory footprint (tbc @harbs)
+- Fix bin/mxmlc and bin/compc scripts that did not understand certain default compiler options in royale-config.xml
 - [add support for legacy HttpService decoding format](https://github.com/apache/royale-asjs/issues/466)
+- RoyaleUnit: [Test(async)] may be used to define asynchronous tests
+- RoyaleUnit: [BeforeClass] and [AfterClass] metadata must be added to static methods
+- RoyaleUnit: [Test] metadata supports an 'expected' attribute to expect a thrown exception
+- RoyaleUnit: Fixed incorrect order of expected and actual values in assert messages
+- RoyaleUnitUI: An optional UI to display the results of RoyaleUnit tests
 
 Apache Royale 0.9.6
 ===================