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 e09033cd6084e7d80e95542177c9520e9e538389
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 4 07:16:14 2025 -0500

    Fix action type
---
 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 32f078f20..c6c96c2e5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,7 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add BrokenOutputStream.BrokenOutputStream(Function&lt;String&gt;, 
Throwable>) and deprecate Supplier&lt;String&gt; constructor.</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add IOBooleanSupplier.</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add Uncheck.getAsBoolean(IOBooleanSupplier).</action>
-      <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Add FileChannels.contentEquals(SeekableByteChannel, 
SeekableByteChannel, int).</action>
+      <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add FileChannels.contentEquals(SeekableByteChannel, 
SeekableByteChannel, int).</action>
       <!-- UPDATE -->
       <action dev="ggregory" type="update"             due-to="Dependabot, 
Gary Gregory">Bump commons.bytebuddy.version from 1.15.10 to 1.17.2 #710, #715, 
#720.</action>
       <action dev="ggregory" type="update"             due-to="Gary 
Gregory">Bump commons-codec:commons-codec from 1.17.1 to 1.18.0. #717.</action>

Reply via email to