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
The following commit(s) were added to refs/heads/master by this push: new 64420e3 [COLLECTIONS-697]: add missing changes.xml entry (ref #55) 64420e3 is described below commit 64420e34cc20b08d4386cfbfec5aaa3f49973c10 Author: Bruno P. Kinoshita <ki...@apache.org> AuthorDate: Sun Jan 12 12:52:28 2020 +1300 [COLLECTIONS-697]: add missing changes.xml entry (ref #55) --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f05a007..c2e2453 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-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>