Track changes

This commit is contained in:
Alex Herbert 2022-11-05 07:59:22 +00:00
parent 14d7d98e7e
commit f4d5690ca8
1 changed files with 4 additions and 0 deletions

View File

@ -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">