Author: rahul
Date: Sat Apr 8 14:32:45 2006
New Revision: 392612
URL: http://svn.apache.org/viewcvs?rev=392612&view=rev
Log:
Updated change log.
Modified:
jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml
Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml?rev=392612&r1=392611&r2=392612&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml Sat Apr 8 14:32:45
2006
@@ -36,6 +36,25 @@
description="Project nearing promotion vote to Commons Proper">
<action dev="rahul" type="add">
+ [04-03-2006] Added support for the wildcard (*) event.
+ </action>
+
+ <action dev="rahul" type="add">
+ [04-03-2006] Added _eventdata support. The payload of a triggered
+ event is available under the special variable named _eventdata.
+ </action>
+
+ <action dev="rahul" type="fix">
+ [03-28-2006] Unnamed trigger events are now correctly processed
+ (they do not match any event name).
+ </action>
+
+ <action dev="rahul" type="add">
+ [03-23-2006] Initial cut at supporting the datamodel section from
+ the January 06 Working Draft.
+ </action>
+
+ <action dev="rahul" type="add">
[03-06-2006] Added a FAQ page for the Commons SCXML website.
Added a section on SCXML Contexts and Evaluators (plugging in an
expression language) to the online "guide".
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]