Author: sebb Date: 2014-12-03 12:52:23 +0000 (Wed, 03 Dec 2014) New Revision: r1643106
URL: http://svn.apache.org/r1643106 Log: IO-462 IOExceptionWithCause no longer needed Modified: /commons/proper/io/trunk/src/changes/changes.xml Index: commons/proper/io/trunk/src/changes/changes.xml =================================================================== --- commons/proper/io/trunk/src/changes/changes.xml (revision 1643105) +++ commons/proper/io/trunk/src/changes/changes.xml (revision 1643106) @@ -47,6 +47,9 @@ <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>
