You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/06/14 20:48:32 UTC

svn commit: r1493200 - /commons/proper/chain/trunk/src/changes/changes.xml

Author: britter
Date: Fri Jun 14 18:48:32 2013
New Revision: 1493200

URL: http://svn.apache.org/r1493200
Log:
CHAIN-89 - Combine XmlConfigParserTestCase and XmlConfigParser2TestCase into a parameterized test case - add issue to changes.xml

Modified:
    commons/proper/chain/trunk/src/changes/changes.xml

Modified: commons/proper/chain/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/changes/changes.xml?rev=1493200&r1=1493199&r2=1493200&view=diff
==============================================================================
--- commons/proper/chain/trunk/src/changes/changes.xml (original)
+++ commons/proper/chain/trunk/src/changes/changes.xml Fri Jun 14 18:48:32 2013
@@ -41,6 +41,9 @@ The <action> type attribute can be add,u
 
   <body>
     <release version="2.0" description="Major release">
+      <action issue="CHAIN-89" dev="britter" type="update">
+          Combine XmlConfigParserTestCase and XmlConfigParser2TestCase into a parameterized test case
+      </action>
       <action issue="CHAIN-87" dev="britter" type="update">
           Change method signature of ConfigParser.parse(URL)
       </action>