added latest resolved issues

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1139093 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 56e9bff..f67c544 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -74,8 +74,12 @@
 BUGS FROM PREVIOUS RELEASE
 ===========================
 
+ * [DIGESTER-103] xmlrules does not support NodeCreateRule
+
  * [DIGESTER-118] ObjectCreateRule shouldn't keep className as a field
 
+ * [DIGESTER-123] xmlrules dtd does not define xmlattrs for node-create-rule
+
  * [DIGESTER-134] Bug in SetPropertyRule
 
 IMPROVEMENTS OVER PREVIOUS RELEASE
@@ -83,6 +87,11 @@
 
  * [DIGESTER-131] Allow recursive match in ExtendedBaseRules
 
+ * [DIGESTER-132] Add a CompoundSubstitutor to support more than one Substitutors at a time
+
+ * [DIGESTER-137] Public/protected static fields which intended as constants,
+                  but which are not marked final
+
 DEPRECATIONS
 ============
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9d3abb6..6881445 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,15 +23,27 @@
   </properties>
   <body>
   <release version="3.0" date="TBD" description="New major release.">
+    <action dev="simonetripodi" type="fix" issue="DIGESTER-103">
+      xmlrules does not support NodeCreateRule
+    </action>
     <action dev="simonetripodi" type="fix" issue="DIGESTER-118">
       ObjectCreateRule shouldn't keep className as a field.
     </action>
+    <action dev="simonetripodi" type="fix" issue="DIGESTER-123">
+      xmlrules dtd does not define xmlattrs for node-create-rule
+    </action>
     <action dev="simonetripodi" type="add" issue="DIGESTER-131">
       Allow recursive match in ExtendedBaseRules.
     </action>
+    <action dev="simonetripodi" type="add" issue="DIGESTER-132">
+      Add a CompoundSubstitutor to support more than one Substitutors at a time.
+    </action>
     <action dev="simonetripodi" type="fix" issue="DIGESTER-134">
       Bug in SetPropertyRule.
     </action>
+    <action dev="simonetripodi" type="update" issue="DIGESTER-137">
+      Public/protected static fields which intended as constants, but which are not marked final.
+    </action>
   </release>
   </body>
 </document>