You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/23 04:39:59 UTC

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

Author: ggregory
Date: Fri Mar 23 03:39:59 2012
New Revision: 1304179

URL: http://svn.apache.org/viewvc?rev=1304179&view=rev
Log:
[IO-313] Add IOUTils.toBufferedReader(Reader)

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=1304179&r1=1304178&r2=1304179&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Fri Mar 23 03:39:59 2012
@@ -40,6 +40,9 @@ The <action> type attribute can be add,u
 
   <body>
     <release version="2.2" date="TBA" description="">
+      <action issue="IO-313" dev="ggregory" type="add" due-to="ggregory">
+        Add IOUTils.toBufferedReader(Reader)
+      </action>        
       <!-- Note: the issue was not raised by Manoj, but arose from IO-305 and tests he performed -->
       <action issue="IO-308" dev="sebb" type="add" due-to="Manoj Mokashi">
         Allow applications to provide buffer (or size) for copyLarge methods.