This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new e6e1d251 [IO-812] Javadoc should mention closing Streams based on file resources e6e1d251 is described below commit e6e1d251dd95f9b0159064d3cc9a55c085f29c05 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 09:31:24 2023 -0400 [IO-812] Javadoc should mention closing Streams based on file resources --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0d6e8b8c..270628c9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" issue="IO-810" due-to="Gregor Dschung, Gary Gregory"> Javadoc in FileUtils does not reflect code for thrown exceptions </action> + <action dev="ggregory" type="fix" issue="IO-812" due-to="Adam Rauch, Gary Gregory"> + Javadoc should mention closing Streams based on file resources. + </action> </release> <release version="2.14.0" date="2023-09-24" description="Java 8 required."> <!-- FIX -->