You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/12/15 18:12:33 UTC

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

Author: sebb
Date: Wed Dec  3 12:52:23 2014
New Revision: 1643106

URL: http://svn.apache.org/r1643106
Log:
IO-462 IOExceptionWithCause no longer needed

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=1643106&r1=1643105&r2=1643106&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Wed Dec  3 12:52:23 2014
@@ -47,6 +47,9 @@ The <action> type attribute can be add,u
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.5" date="2014-??-??" description="New features and bug fixes.">
+      <action issue="IO-462" dev="sebb" type="update">
+         IOExceptionWithCause no longer needed
+      </action>
       <action issue="IO-459" dev="olamy" type="add" due-to="Kristian Rosenvold">
         Add WindowsLineEndingInputStream and UnixLineEndingInputStream.
       </action>