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
commit c26318d06686a57ace4214a62a8f556a06d0036d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Aug 10 21:07:04 2020 -0400 Clean up. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5f340e2..7d02b23 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -120,7 +120,7 @@ The <action> type attribute can be add,update,fix,remove. Update spotbugs from 4.0.6 to 4.1.1 #134. </action> <action issue="IO-681" dev="sebb" type="add"> - IO-681 IOUtils.close(Closeable) should allow a list of closeables. + IOUtils.close(Closeable) should allow a list of closeables. </action> <action issue="IO-672" dev="sebb" type="fix"> Copying a File sets last modified date to 01 January 1970.