Repository: commons-scxml Updated Branches: refs/heads/master 8847e59f6 -> 01b6fc042
SCXML-251: adding change info and contributor info, Tobias Lippert. Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/01b6fc04 Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/01b6fc04 Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/01b6fc04 Branch: refs/heads/master Commit: 01b6fc042b584a8245ddcc50f50fe6b7d571c128 Parents: 8847e59 Author: Woonsan Ko <[email protected]> Authored: Tue Aug 2 18:52:03 2016 -0400 Committer: Woonsan Ko <[email protected]> Committed: Tue Aug 2 18:52:03 2016 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/01b6fc04/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a410432..c733b59 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -35,6 +35,10 @@ <release version="2.0" date="In Git master" description="Latest unreleased code"> + <action dev="woonsan" type="fix" issue="SCXML-251" due-to="Tobias Lippert"> + [08-02-2016] src attribute is not available for data elements. + </action> + <action dev="ate" type="update" issue="SCXML-246"> [01-02-2016] Javascript engine requires global context execution. </action>
