Skip to content

Commit c9de74f

Browse files
committed
changes.xml for IO-457
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1634733 13f79535-47bb-0310-9956-ffa450edef68
1 parent 55d3cf0 commit c9de74f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.5" date="2014-??-??" description="New features and bug fixes.">
50+
<action issue="IO-457" dev="olamy" type="add" due-to="Kristian Rosenvold">
51+
Add a BoundedReader, a wrapper that can be used to constrain access
52+
to an underlying stream when used with mark/reset -
53+
to avoid overflowing the mark limit of the underlying buffer.
54+
</action>
5055
<action issue="IO-453" dev="sebb" type="fix" due-to="Steven Christou">
5156
Regression in FileUtils.readFileToString from 2.0.1
5257
</action>

0 commit comments

Comments
 (0)