This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 8be20e5a5 Merge branch 'master' of
https://github.com/apache/commons-compress.git
8be20e5a5 is described below
commit 8be20e5a511090d49209e792dc7805cee4230174
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 4 08:24:48 2026 -0400
Merge branch 'master' of https://github.com/apache/commons-compress.git
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f70cf9e09..854ad51f0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -184,6 +184,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
UnsupportedZipFeatureException.Feature.toString().</action>
<action type="add" dev="ggregory" due-to="Fredrik Kjellberg, Gary
Gregory, Piotr P. Karwasz" issue="COMPRESS-706">Add support for reading LHA
archive format (#690).</action>
<action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary
Gregory">Add BitInputStream.getByteOrder() (#720).</action>
+ <action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary
Gregory">Add reusable Huffman decoder (2nd version) (#701, #792).</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 85 to 103 #707, #752.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0.</action>