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/10 03:05:42 UTC

commons-scxml git commit: SCXML-259 Complete implementation and handling of system variables _event and _ioprocessors

Repository: commons-scxml
Updated Branches:
  refs/heads/master b4a10313c -> 877289e1c


SCXML-259 Complete implementation and handling of system variables _event and _ioprocessors


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

Branch: refs/heads/master
Commit: 877289e1c825ca1c56c0bdf4c08661aea9f57513
Parents: b4a1031
Author: Ate Douma <at...@apache.org>
Authored: Sun Dec 10 04:05:37 2017 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Sun Dec 10 04:05:37 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/877289e1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ab95786..5c027e7 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-259">
+        [12-10-2017] Complete implementation and handling of system variables _event and _ioprocessors
+      </action>
+
       <action dev="ate" type="update" issue="SCXML-258">
         [12-10-2017] Add Evaluator strict mode (boolean) needed for Jexl to properly fail on incorrect expressions
       </action>