Skip to content

Commit

Permalink
IO-487 - update release notes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1715240 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bdelacretaz committed Nov 19, 2015
1 parent 57f493a commit f8b8f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ New features and bug fixes.
Changes in this version include:

New features:
o IO-487: Add ValidatingObjectInputStream for controlled deserialization
o IO-471: Support for additional encodings in ReversedLinesFileReader Thanks to Leandro Reis.
o IO-425: Setter method for threshold on ThresholdingOutputStream Thanks to Craig Swank.
o IO-406: Introduce new class AppendableOutputStream Thanks to Niall Pemberton.
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5" date="2015-??-??" description="New features and bug fixes.">
<action issue="IO-487" dev="bdelacretaz" type="add">
Add ValidatingObjectInputStream for controlled deserialization
</action>
<action issue="IO-446" dev="krosenvold" type="fix" due-to="Jeffrey Barrus">
adds an endOfFileReached method to the TailerListener
</action>
Expand Down

0 comments on commit f8b8f26

Please sign in to comment.