Skip to content

Commit fcc6361

Browse files
IO-493: Add infinite circular input stream
add changes.xml entry
1 parent 699d6f0 commit fcc6361

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ The <action> type attribute can be add,update,fix,remove.
7777
<action issue="IO-504" dev="ggregory" type="update" due-to="Christian Schulte">
7878
Deprecated of all IOUtils.closeQuietly() methods and use try-with-resources internally.
7979
</action>
80+
<action issue="IO-493" dev="pschumacher" type="add" due-to="Piotr Turski">
81+
Add infinite circular input stream
82+
</action>
8083
<action issue="IO-507" dev="ggregory" type="add">
8184
Add a ByteOrderFactory class.
8285
</action>

0 commit comments

Comments
 (0)