Author: rahul Date: Tue May 6 12:48:51 2008 New Revision: 653891 URL: http://svn.apache.org/viewvc?rev=653891&view=rev Log: Update to changes file.
Modified: commons/proper/scxml/trunk/xdocs/changes.xml Modified: commons/proper/scxml/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/xdocs/changes.xml?rev=653891&r1=653890&r2=653891&view=diff ============================================================================== --- commons/proper/scxml/trunk/xdocs/changes.xml (original) +++ commons/proper/scxml/trunk/xdocs/changes.xml Tue May 6 12:48:51 2008 @@ -36,6 +36,25 @@ <release version="0.8" date="In SVN" description="Latest unreleased code"> + <action dev="rahul" type="add" issue="SCXML-64"> + [05-03-2008] Better error reporting for ignored or misplaced elements + by parser (SCXMLParser class). + </action> + + <action dev="rahul" type="add" issue="SCXML-62"> + [04-25-2008] Enhancement request for supporting fragment URLs in + <state> element's src attribute. + </action> + + <action dev="rahul" type="fix" issue="SCXML-67" due-to="SeongSoo Park"> + [02-09-2008] Process <parallel> child of <state> correctly. + </action> + + <action dev="rahul" type="fix" issue="SCXML-66"> + [01-26-2008] Improve first-hit performance for following transitions + by working out the paths at parse-time. + </action> + <action dev="rahul" type="update"> [01-03-2008] Clarify via Javadocs that the SCXMLParser assumes the input to be a well-formed and correct SCXML document.