You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2014/10/28 00:41:50 UTC

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

Author: olamy
Date: Mon Oct 27 23:41:50 2014
New Revision: 1634739

URL: http://svn.apache.org/r1634739
Log:
changes.xml for IO-459

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=1634739&r1=1634738&r2=1634739&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Mon Oct 27 23:41:50 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-459" dev="olamy" type="add" due-to="Kristian Rosenvold">
+        Add WindowsLineEndingInputStream and UnixLineEndingInputStream.
+      </action>
       <action issue="IO-457" dev="olamy" type="add" due-to="Kristian Rosenvold">
         Add a BoundedReader, a wrapper that can be used to constrain access
         to an underlying stream when used with mark/reset -