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-compress.git

commit 930898dbee1f3b2d746a6d2908e257103794ec02
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Apr 14 08:26:34 2025 -0400

    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 5d9b7af4a..6a7573e62 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -118,7 +118,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-codec:commons-codec from 1.17.1 to 1.18.0 #636.</action>
       <!-- REMOVE -->
       <action type="remove" dev="ggregory" issue="COMPRESS-638" 
due-to="vincexjl, Gary Gregory, Piotr P. Karwasz">GzipCompressorOutputStream no 
longer percent-endcodes in US-ASCII a file name or comment that the Charset in 
GzipParameters.setFileNameCharset(Charset) cannot encode.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Remove 
ZstdCompressorOutputStream.toString(), it was misleading by returning the 
delegate's toString().</action>
+      <action type="remove" dev="ggregory" due-to="Gary Gregory">Remove 
ZstdCompressorOutputStream.toString(), it was misleading by returning the 
delegate's toString().</action>
     </release>
     <release version="1.27.1" date="2024-08-16" description="This is a feature 
and maintenance release. Java 8 or later is required.">
      <action type="fix" issue="COMPRESS-686" dev="ggregory" due-to="Richard 
Blank, Gary Gregory">Compression into BZip2 format has unexpected end of file 
when using a BufferedOutputStream.</action>

Reply via email to