[COLLECTIONS-835] Add change log and credit

This commit is contained in:
Bruno P. Kinoshita 2022-10-19 14:08:05 +13:00
parent 297f7af4af
commit 463d2cc57b
1 changed files with 3 additions and 0 deletions

View File

@ -325,6 +325,9 @@
Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order. Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order.
Ordering is not specified for some collections such as Bags. Ordering is not specified for some collections such as Bags.
</action> </action>
<action issue="COLLECTIONS-835" type="update" dev="kinow" due-to="Marc Wrobel">
Fix links in javadoc and documentations #325.
</action>
</release> </release>
<release version="4.4" date="2019-07-05" description="Maintenance 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"> <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">