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/09/25 15:11:28 UTC

[commons-io] 01/02: Organize.

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 c9fa0bef3966a7afb24e0a3c1ed784d1bc33d1c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 25 11:10:35 2020 -0400

    Organize.
---
 src/changes/changes.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c25fd4..56697af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,10 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="686" dev="ggregory" type="add" due-to="Alan Moffat, Gary Gregory">
         IOUtils.toByteArray(InputStream) Javadoc does not match code
       </action>
+      <action issue="IO-689" dev="aherbert" type="fix" due-to="Uwe Schindler">
+        FileUtils: Remove Instant->ZonedDateTime->Instant round-trip.
+      </action>
+      <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update junit-jupiter from 5.6.2 to 5.7.0 #153.
       </action>
@@ -59,9 +63,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
       </action>
-      <action issue="IO-689" dev="aherbert" type="fix" due-to="Uwe Schindler">
-        FileUtils: Remove Instant->ZonedDateTime->Instant round-trip.
-      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update mockito-core from 3.5.10 to 3.5.11 #155.
       </action>