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 bd2da347 Minor edits bd2da347 is described below commit bd2da34795854786571447f561292bf173c1ad32 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 09:33:14 2023 -0400 Minor edits --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 23e944b3..927204de 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,13 +49,13 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.14.1" date="202Y-MM-DD" description="Java 8 required."> <action dev="ggregory" type="fix" issue="IO-810" due-to="Gregor Dschung, Gary Gregory"> - Javadoc in FileUtils does not reflect code for thrown exceptions + 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> <action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, Gary Gregory"> - In tests, Files.walk() direct and indirect callers fail to close the returned Stream<Path> + In tests, Files.walk() direct and indirect callers fail to close the returned Stream<Path>. </action> </release> <release version="2.14.0" date="2023-09-24" description="Java 8 required.">