This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/release/0.9.6 by this push:
new 52dfa71 Update RELEASE_NOTES
52dfa71 is described below
commit 52dfa71f706fbfa84a54454ef1ab22203551557c
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Sep 15 19:31:41 2019 -0300
Update RELEASE_NOTES
made a few small edits.
---
releasemgr/RELEASE_NOTES | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/releasemgr/RELEASE_NOTES b/releasemgr/RELEASE_NOTES
index def22e4..c274126 100644
--- a/releasemgr/RELEASE_NOTES
+++ b/releasemgr/RELEASE_NOTES
@@ -2,10 +2,10 @@ Apache Royale 0.9.6
===================
- Compiles faster
-- Many additional components available
-- Emulations of many other components available
+- Many additional components available.
+- Emulations of many other components available.
- For applications targeting JavaScript, you can now incorporate the
- vast resources available in existing, free, JavaScript libraries
+ vast resources available in existing, free JavaScript libraries.
- Dozens of bugs reported, investigated, and squashed. For details of
closed bug reports see
https://github.com/apache/royale-asjs/issues?q=is%3Aissue+is%3Aclosed
@@ -23,9 +23,9 @@ Apache Royale 0.9.2
This release contains:
-- Virtual item renderer management for fixed row height vertical lists.
+- Virtual item renderer management for fixed row height vertical lists
- Improved Theme support. The compiler will copy all resources in "assets"
- folder to target.
+ folder to target
- JSON deserialization to ActionScript objects
- JSON2ASVO utility to generate ActionScript Value Objects from a JSON result
@@ -34,7 +34,7 @@ Apache Royale 0.9.1
This release contains:
-- fixes to NPM packaging
+- Fixes to NPM packaging
- GitHubCommitsLogViewer example that provides the source code for a tutorial
in the documentation
- NestedStringItemRenderer for displaying data from sub-objects in DataGrids