IO-546: ClosedOutputStream#flush should throw add changes.xml entry
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/fa24ac8a Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/fa24ac8a Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/fa24ac8a Branch: refs/heads/master Commit: fa24ac8a655c30c4b88bd51ce690d0184c342d47 Parents: 8d5c46f Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Oct 13 18:43:03 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Oct 13 18:43:03 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/fa24ac8a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a1d39a7..6372483 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.6" date="2017-MM-DD" description="New features and bug fixes."> + <action issue="IO-546" dev="pschumacher" type="fix" due-to="Tomas Celaya"> + ClosedOutputStream#flush should throw + </action> <action issue="IO-551" dev="britter" type="add"> Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility </action>