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 8c91a515467826ab1b75b516cea7c6a3303e590d Author: Bruno P. Kinoshita <ki...@users.noreply.github.com> AuthorDate: Wed Oct 19 15:09:21 2022 +1300 [COLLECTIONS-814] Add change log --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 096e732c8..f30cdb9e6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -98,7 +98,10 @@ Fix flaky EmptyPropertiesTest#testSave. </action> <action type="fix" dev="ggregory" due-to="Steve Bosman"> - Use java.lang.Objects#equals; eliminate a couple of nulls #307 + Use java.lang.Objects#equals; eliminate a couple of nulls #307. + </action> + <action issue="COLLECTIONS-814" type="fix" dev="kinow" due-to="angusdev"> + CollectionUtils.removeAll() not throwing NPE #340. </action> <!-- ADD --> <action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira Seneviratne">