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/16 19:57:21 UTC

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

Author: britter
Date: Sun Jun 16 17:57:21 2013
New Revision: 1493554

URL: http://svn.apache.org/r1493554
Log:
CHAIN-92 - Create a new module containing common test code and utilities; add issue to list of changes

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=1493554&r1=1493553&r2=1493554&view=diff
==============================================================================
--- commons/proper/chain/trunk/src/changes/changes.xml (original)
+++ commons/proper/chain/trunk/src/changes/changes.xml Sun Jun 16 17:57:21 2013
@@ -41,6 +41,9 @@ The <action> type attribute can be add,u
 
   <body>
     <release version="2.0" description="Major release">
+      <action issue="CHAIN-92" dev="britter" type="add">
+          Create a new module containing common test code and utilities
+      </action>
       <action issue="CHAIN-88" dev="britter" type="update" due-to="Stephan Köninger">
           Refactor tests in class ContextBaseTestCase
       </action>