JEXL: 
Updated changes and release notes to reflect last fixes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jexl/trunk@1752674 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2d57e9f..48ebb81 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -27,6 +27,9 @@
 
 Bugs Fixed in 3.0.1:
 ====================
+* JEXL-206:     testCallableCancel() test hangs sporadically
+* JEXL-205:     testCancelForever() is not terminated properly as 'Fixed'
+* JEXL-204:     Script is not interrupted by a method call throwing Exception
 * JEXL-202:     Detect invalid assignment operator usage with non-assignable l-value during script parsing
 * JEXL-198:     JxltEngine Template does not expose pragmas
 * JEXL-196:     Script execution hangs while calling method with one argument without parameter
diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml
index 71a23c3..8174b38 100644
--- a/src/site/xdoc/changes.xml
+++ b/src/site/xdoc/changes.xml
@@ -26,6 +26,15 @@
     </properties>
     <body>
         <release version="3.0.1" date="unreleased">
+            <action dev="henrib" type="fix" issue="JEXL-206" due-to="Dmitri Blinov">
+                testCallableCancel() test hangs sporadically
+            </action>
+            <action dev="henrib" type="fix" issue="JEXL-205" due-to="Dmitri Blinov">
+                testCancelForever() is not terminated properly as 'Fixed'
+            </action>
+            <action dev="henrib" type="fix" issue="JEXL-204" due-to="Dmitri Blinov">
+                Script is not interrupted by a method call throwing Exception
+            </action>
             <action dev="henrib" type="fix" issue="JEXL-202" due-to="Dmitri Blinov">
                 Detect invalid assignment operator usage with non-assignable l-value during script parsing
             </action>