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
commit 5e140e5c9e4fbdb3cd17ddd91e59c839ccf77dc5 Author: Bruno P. Kinoshita <ki...@apache.org> AuthorDate: Sat Mar 28 18:13:48 2020 +1300 [COLLECTIONS-737]: Add changelog --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1112feb..f6ef3a1 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-737" dev="kinow" type="update" due-to="Prodigysov"> + Return 0 immeditaly if the given iterable is null in IterableUtils#size. Update tests. + </action> <action issue="COLLECTIONS-697" dev="eax" type="update" due-to="Ranjan George"> JavaDoc for FixedSizeList should warn that modifying underlying list is still allowed and is not prevented </action>