Repository: commons-io Updated Branches: refs/heads/master 7b813b674 -> 34d6eea40
Adding the PeekableInputStream. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/34d6eea4 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/34d6eea4 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/34d6eea4 Branch: refs/heads/master Commit: 34d6eea401119c47ae1322fe62de5b11118bd60a Parents: 7b813b6 Author: Jochen Wiedmann (jwi) <jochen.wiedm...@softwareag.com> Authored: Fri Jul 27 16:43:35 2018 +0200 Committer: Jochen Wiedmann (jwi) <jochen.wiedm...@softwareag.com> Committed: Fri Jul 27 16:43:35 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/34d6eea4/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9a140c0..fecb959 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <!-- The release date is the date RC is cut --> <release version="2.7" date="tba" description="tba"> + <action dev="jochen" type="add"> + Adding the CircularBufferInputStream, and the PeekableInputStream. + </action> <action issue="IO-582" dev="jochen" type="fix" due-to="Bruno Palos"> Make methods in ObservableInputStream.Obsever public. </action>