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 2018/01/21 22:53:27 UTC

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

Repository: commons-scxml
Updated Branches:
  refs/heads/master 3c8c62b34 -> e1c43b8b5


update changes.xml for SCXML-279


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

Branch: refs/heads/master
Commit: e1c43b8b58e28f931399cd26f395bbf0b8401256
Parents: 3c8c62b
Author: Ate Douma <at...@apache.org>
Authored: Sun Jan 21 23:53:22 2018 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Sun Jan 21 23:53:22 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/e1c43b8b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cadc1ba..b457eed 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="add" issue="SCXML-279">
+        [21-01-2018] Only use default Jexl3 setting for silent and strict, cleanup APIs accordingly
+      </action>
+
       <action dev="ate" type="add" issue="SCXML-278">
         [07-01-2018] Code cleanup and Java8 alignment
       </action>