You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by kr...@apache.org on 2015/12/23 19:43:10 UTC

svn commit: r1721564 - /commons/proper/io/trunk/src/changes/changes.xml

Author: krosenvold
Date: Wed Dec 23 18:43:10 2015
New Revision: 1721564

URL: http://svn.apache.org/viewvc?rev=1721564&view=rev
Log:
updated changes report for RC2

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

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1721564&r1=1721563&r2=1721564&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Wed Dec 23 18:43:10 2015
@@ -46,7 +46,10 @@ The <action> type attribute can be add,u
 
   <body>
     <!-- The release date is the date RC is cut -->
-    <release version="2.5" date="2015-11-23" description="New features and bug fixes.">
+    <release version="2.5" date="2015-12-23" description="New features and bug fixes.">
+      <action issue="IO-433" dev="krosenvold" type="add">
+        Converted all testcases to JUnit 4
+      </action>
       <action issue="IO-487" dev="bdelacretaz" type="add">
         Add ValidatingObjectInputStream for controlled deserialization
       </action>