You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/08/20 08:40:03 UTC

[commons-collections] 03/04: [COLLECTIONS-708] changelog

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git

commit 28bd7432bb7bd6c093fc837935057ba4d5f73d61
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Thu Aug 20 20:35:49 2020 +1200

    [COLLECTIONS-708] changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c7d8c98..0da4fbd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,6 +21,9 @@
   </properties>
   <body>
   <release version="4.5" date="2020-MM-DD" description="Maintenance release.">
+    <action issue="COLLECTIONS-708" dev="kinow" type="fix" due-to="dota17">
+      Add hashCode method to CollectionUtils that supports an equator parameter.
+    </action>
     <action issue="COLLECTIONS-759" dev="kinow" type="fix">
       Fix checkstyle issues regarding missing newline at end of file, and CRLF vs LF.
     </action>