This is an automated email from the ASF dual-hosted git repository. ggregory 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 eb0e541 [COLLECTIONS-727] A potential misleading comment #82. eb0e541 is described below commit eb0e5411ac48c5353a57af318716701d8248a34b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Aug 23 16:14:58 2019 -0400 [COLLECTIONS-727] A potential misleading comment #82. --- src/changes/changes.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 907bec1..e13d4cb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,12 +21,15 @@ </properties> <body> <release version="4.5" date="2019-MM-DD" description="Maintenance release."> - <action issue="COLLECTIONS-724" dev="ggregory" type="updated." due-to="Eitan Adler"> + <action issue="COLLECTIONS-724" dev="ggregory" type="update" due-to="Eitan Adler"> Simplify two remove-if loops #77. </action> - <action issue="COLLECTIONS-726" dev="ggregory" type="updated." due-to=" liuhaozzu, Gary Gregory"> + <action issue="COLLECTIONS-726" dev="ggregory" type="update" due-to="liuhaozzu, Gary Gregory"> Add lambdas function to provide default values in MapUtils #81. </action> + <action issue="COLLECTIONS-727" dev="ggregory" type="fix" due-to="XiangzheXu, XZ-X"> + A potential misleading comment #82. + </action> </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">