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 2021/09/03 18:39:27 UTC

[commons-io] branch master updated: Fix order.

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 af7596c  Fix order.
af7596c is described below

commit af7596cc099de224d1aa789035e0c90385a0550e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 3 14:39:25 2021 -0400

    Fix order.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0ed1e69..eab7c72 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-727" dev="ggregory" type="fix" due-to="trungPa, Gary Gregory">
         FilenameUtils directoryContains() should handle files with the same prefix #217.
       </action>
+      <action issue="IO-746" dev="ggregory" type="add" due-to="Davide Angelocola">
+        Drop unnecessary casts and conversions #267.
+      </action>
       <!-- ADD -->
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add BrokenReader.INSTANCE.
@@ -135,9 +138,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add PathUtils.getTempDirectory().
       </action>
-      <action issue="IO-746" dev="ggregory" type="add" due-to="Davide Angelocola">
-        Drop unnecessary casts and conversions #267.
-      </action>
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump Maven Javadoc plugin from 3.2.0 to 3.3.0.