Skip to content

Commit 96b43a3

Browse files
IO-518: Add ObservableInputStream
IO-519: Add MessageDigestCalculatingInputStream correct changes.xml entries
1 parent c8dadee commit 96b43a3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/changes/changes.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ The <action> type attribute can be add,update,fix,remove.
4646

4747
<body>
4848
<!-- The release date is the date RC is cut -->
49-
<release version="2.7" date="Not yet published">
50-
<action dev="jochen" type="add">
51-
Added the ObservableInputStream, and the MessageDigestCalculatingInputStream.
52-
</action>
53-
</release>
5449
<release version="2.6" date="2016-MM-DD" description="New features and bug fixes.">
5550
<action issue="IO-515" dev="ggregory" type="fix" due-to="Brett Lounsbury, Gary Gregory">
5651
Allow Specifying Initial Buffer Size of DeferredFileOutputStream.
@@ -76,9 +71,15 @@ The <action> type attribute can be add,update,fix,remove.
7671
<action issue="IO-504" dev="ggregory" type="update" due-to="Christian Schulte">
7772
Deprecated of all IOUtils.closeQuietly() methods and use try-with-resources internally.
7873
</action>
79-
<action issue="IO-507" dev="ggregory" type="new">
74+
<action issue="IO-507" dev="ggregory" type="add">
8075
Add a ByteOrderFactory class.
8176
</action>
77+
<action issue="IO-518" dev="jochen" type="add">
78+
Add ObservableInputStream
79+
</action>
80+
<action issue="IO-519" dev="jochen" type="add">
81+
Add MessageDigestCalculatingInputStream
82+
</action>
8283
</release>
8384
<release version="2.5" date="2016-04-22" description="New features and bug fixes.">
8485
<action issue="IO-492" dev="ggregory" type="fix" due-to="Santiago Castro">

0 commit comments

Comments
 (0)