This is an automated email from the ASF dual-hosted git repository. sebb 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 2ab682758 Doc update [skip ci] 2ab682758 is described below commit 2ab68275871c94d7864ac7038acc5f7be42dfab7 Author: Sebb <s...@apache.org> AuthorDate: Mon Jul 29 20:35:48 2024 +0100 Doc update [skip ci] --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1bf6d0641..a65858c16 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="add" due-to="Gary Gregory">Add NullInputStream.init().</action> <action dev="ggregory" type="add" due-to="Gary Gregory">Add AbstractInputStream and refactor duplicate code.</action> <!-- FIX --> + <action dev="sebb" type="fix" issue="IO-858">FileUtilsWaitForTest does not test anything useful.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">Add missing unit tests.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">FileUtils.lastModifiedFileTime(File) calls Objects.requireNonNull() on the wrong object.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">PathUtils.deleteOnExit(Path) calls Objects.requireNonNull() on the wrong object.</action>