added DIGESTER-127 in the changes list

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1139846 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 88c0e89..d0c154e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -87,6 +87,8 @@
 IMPROVEMENTS OVER PREVIOUS RELEASE
 ===================================
 
+ * [DIGESTER-127] Allow DigesterLoader to accept an instance of a preconfigured Digester
+
  * [DIGESTER-131] Allow recursive match in ExtendedBaseRules
 
  * [DIGESTER-132] Add a CompoundSubstitutor to support more than one Substitutors at a time
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b4e5b2e..aabe5dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,6 +35,9 @@
     <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-127">
+      Allow DigesterLoader to accept an instance of a preconfigured Digester
+    </action>
     <action dev="simonetripodi" type="add" issue="DIGESTER-131">
       Allow recursive match in ExtendedBaseRules.
     </action>