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 223cd8bbcfe1eb03847315e994763916fe674d53
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 5 22:51:02 2026 -0500

    [COMPRESS-719] CPConstant subclasses are missing optional hashCode() and
    equals()
---
 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 8ba4aee65..90f699758 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -133,7 +133,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate 
org.apache.commons.compress.harmony.pack200.PackingUtils.PackingUtils().</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate 
org.apache.commons.compress.harmony.unpack200.SegmentUtils.SegmentUtils().</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix all Javadoc 
warnings.</action>
-      <action type="fix" dev="ggregory" due-to="Gary Gregory, Shan Jiang" 
issue="COMPRESS-719">CPConstant subclasses are missing optional hashCode() and 
equals().</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory, Shan Jiang" 
issue="COMPRESS-719">CPConstant subclasses are missing optional hashCode() and 
equals() to match its Comparable.compareTo().</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">CPUTF8 is 
missing optional hashCode() and equals() to match its 
Comparable.compareTo().</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
MemoryLimitException.MemoryLimitException(long, long).</action>

Reply via email to