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
The following commit(s) were added to refs/heads/master by this push:
new 9eb923a9e [COMPRESS-697] Move BitStream.nextBit() method to
BitInputStream #663
9eb923a9e is described below
commit 9eb923a9e475e05bc3027c6a34e88c691a214baf
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 13 16:22:41 2025 -0400
[COMPRESS-697] Move BitStream.nextBit() method to BitInputStream #663
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f3c279328..5d9b7af4a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -106,6 +106,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add support for
XZ compression in ZIP archives.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory"
issue="COMPRESS-695">Add
ZipArchiveInputStream.createZstdInputStream(InputStream) to provide a different
InputStream implementation for Zstandard (Zstd) #649.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
org.apache.commons.compress.harmony.pack200.Pack200Exception.Pack200Exception(String,
Throwable).</action>
+ <action type="add" issue="COMPRESS-697" dev="ggregory" due-to="Fredrik
Kjellberg, Gary Gregory">Move BitStream.nextBit() method to BitInputStream
#663.</action>
<!-- UPDATE -->
<action type="update" dev="sebb">Bump Commons Parent from 79 to
81</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary
Gregory">Bump org.apache.commons:commons-parent from 72 to 79 #563, #567, #574,
#582, #587, #595.</action>