You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2017/05/15 14:32:42 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - RELEASE_NOTES: added note about source maps working in MXML

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 0a699d755 -> 143899b10


RELEASE_NOTES: added note about source maps working in MXML


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/143899b1
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/143899b1
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/143899b1

Branch: refs/heads/release0.8.0
Commit: 143899b106e9c66a6fc262dd9da4d8540769d876
Parents: 0a699d7
Author: Josh Tynjala <jo...@apache.org>
Authored: Mon May 15 07:32:35 2017 -0700
Committer: Josh Tynjala <jo...@apache.org>
Committed: Mon May 15 07:32:35 2017 -0700

----------------------------------------------------------------------
 RELEASE_NOTES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/143899b1/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index af4ed57..2b7b6fa 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -14,6 +14,7 @@ New Features
 - More complete Reflection implementation with access to static members, kept metadata and method parameters
 - Added cross-platform registerClassAlias/getAliasByClass/getClassByAlias implementations (reflection package)
 - Added support for interpreting XML literals as JSX by adding [JSX] metadata to a function.
+- The -source-map compiler argument now also generates source maps for scripts in MXML files.
 
 Bug Fixes
 ---------