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

commit db0000fe2d991f7d040649b5c67983711e0549d8
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 31 10:30:11 2026 -0400

    [COMPRESS-706] Add support for reading LHA archive format (#690).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 82e8172ab..50a165d97 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -181,6 +181,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="add" dev="pkarwasz" due-to="Piotr P. Karwasz">Introduce an 
ArchiveFile abstraction to unify the APIs of SevenZFile, TarFile, and 
ZipFile.</action>
       <action type="add" dev="pkarwasz" due-to="Piotr P. Karwasz">Add a 
configurable maxEntryNameLength option to all archivers.</action>
       <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>
       <!-- 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>

Reply via email to