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-asjs.git
commit 1a99f4ff02199543c4830721a3a364808e874e01 Author: greg-dove <greg.d...@gmail.com> AuthorDate: Tue Oct 29 20:02:15 2019 +1300 Updating release notes for next release --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9e8ec3c..663a748 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,14 @@ +Apache Royale 0.9.7 +=================== + +- Added 'URLVariables' emulation to Network library +- Reflection support improved (supports access to custom namespaces) +- Added a 'getTimer' emulation to Core library, similar to 'flash.utils.getTimer' +- 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) +- [add support for legacy HttpService decoding format](https://github.com/apache/royale-asjs/issues/466) + Apache Royale 0.9.6 ===================