You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/12/06 08:51:24 UTC

svn commit: r601646 - /commons/proper/scxml/trunk/RELEASE-NOTES.txt

Author: rahul
Date: Wed Dec  5 23:51:23 2007
New Revision: 601646

URL: http://svn.apache.org/viewvc?rev=601646&view=rev
Log:
Towards complete release notes for v0.7

Modified:
    commons/proper/scxml/trunk/RELEASE-NOTES.txt

Modified: commons/proper/scxml/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/RELEASE-NOTES.txt?rev=601646&r1=601645&r2=601646&view=diff
==============================================================================
--- commons/proper/scxml/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/scxml/trunk/RELEASE-NOTES.txt Wed Dec  5 23:51:23 2007
@@ -31,6 +31,9 @@
  o State IDs can no longer contain whitespace. Any IDs that contain spaces
    must be changed to conform before switching to v0.7.
 
+ o Behavior related to wild card event name handling for transitions has
+   changed (now aligns with latest Working Draft).
+
 NEW FEATURES:
 
  o Conflicts between transitions are now resolved based on document order
@@ -40,8 +43,14 @@
    state IDs. When more than one targets are specified, they must belong
    to regions of the same parallel.
 
+ o <event> is supported.
+
 DEPRECATIONS:
 
+ o org.apache.commons.scxml.io.SCXMLDigester
+
+ o org.apache.commons.scxml.io.SCXMLSerializer#serializeTarget(StringBuffer,Transition,String)
+
  o org.apache.commons.scxml.model.State#getTransitions()
    org.apache.commons.scxml.semantics.ErrorConstants#NON_DETERMINISTIC
 
@@ -49,8 +58,6 @@
    org.apache.commons.scxml.model.Transition#setTarget(TransitionTarget)
    org.apache.commons.scxml.model.Transition#getRuntimeTarget()
    org.apache.commons.scxml.model.Transition#getPath()
-
- o org.apache.commons.scxml.io.SCXMLSerializer#serializeTarget(StringBuffer,Transition,String)
 
 BUG FIXES: