[COLLECTIONS-697]: add missing changes.xml entry (ref #55)

This commit is contained in:
Bruno P. Kinoshita 2020-01-12 12:52:28 +13:00
parent 04c59168ba
commit 64420e34cc
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
</properties>
<body>
<release version="4.5" date="2020-MM-DD" description="Maintenance release.">
<action issue="COLLECTIONS-697" dev="grimreaper" type="update" due-to="Ranjan George">
JavaDoc for FixedSizeList should warn that modifying underlying list is still allowed and is not prevented
</action>
<action issue="COLLECTIONS-738" dev="kinow" type="update" due-to="Pengyu Nie">
Remove the redundant assertNull in IterableUtilsTest.find and update Javadocs.
</action>