You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/05 07:59:36 UTC

[commons-collections] branch master updated: Track changes

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f4d5690ca Track changes
f4d5690ca is described below

commit f4d5690ca80619ef8ac56e17ae4d66cae950ea38
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Nov 5 07:59:22 2022 +0000

    Track changes
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ef14616e..50a1e054c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -328,6 +328,10 @@
     <action issue="COLLECTIONS-835" type="update" dev="kinow" due-to="Marc Wrobel">
       Fix links in javadoc and documentations #325.
     </action>
+    <action issue="COLLECTIONS-836" type="update" dev="aherbert" due-to="Anant Dahiya">
+      Correct test of BidiMap to optionally ignore testing the key set matches the values order.
+      Ordering is not specified for some BidiMaps such as DualHashBidiMaps.
+    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">