You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/20 15:58:42 UTC

[commons-io] 03/03: Keep updates together.

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 112de654fbef84167e57a73758a7287487ee170a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 20 11:58:30 2020 -0400

    Keep updates together.
---
 src/changes/changes.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 387322d..a169da3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -115,6 +115,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add RandomAccessFileInputStream.
       </action>
+      <action issue="IO-681" dev="sebb" type="add">
+        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.
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Replace FindBugs with SpotBugs.
@@ -140,12 +146,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update spotbugs from 4.0.6 to 4.1.1 #134.
       </action>
-      <action issue="IO-681" dev="sebb" type="add">
-        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.
-      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update junit-pioneer from 0.8.0 to 0.9.0 #138.
       </action>