You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2017/12/09 23:24:47 UTC

commons-scxml git commit: update changes.xml for SCXML-256

Repository: commons-scxml
Updated Branches:
  refs/heads/master 49768f8be -> d3c4e83a3


update changes.xml for SCXML-256


Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/d3c4e83a
Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/d3c4e83a
Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/d3c4e83a

Branch: refs/heads/master
Commit: d3c4e83a3164487ea0ded32c884d9251004d8dea
Parents: 49768f8
Author: Ate Douma <at...@apache.org>
Authored: Sun Dec 10 00:24:43 2017 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Sun Dec 10 00:24:43 2017 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/d3c4e83a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b0e12c..ad8afb3 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="ate" type="update" issue="SCXML-256">
+        [12-10-2017] Add SCXMLExecutor.run() ans SCXMLSemantics.initialize(...) methods and SCXML early/late binding
+      </action>
+
       <action dev="ate" type="update" issue="SCXML-255">
         [12-09-2017] Use jexl for SCXML specification IRP test verification
       </action>