You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/08/26 02:01:04 UTC

[commons-collections] 02/03: [COLLECTIONS-765] changelog

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 c82461d0d2305c6abf84af721100ec469cd21efe
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Wed Aug 26 13:53:29 2020 +1200

    [COLLECTIONS-765] changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0da4fbd..d95b354 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-765" dev="kinow" type="fix" due-to="Tobias Kiecker">
+      Update Javadoc of ListIteratorWrapper#remove.
+    </action>
     <action issue="COLLECTIONS-708" dev="kinow" type="fix" due-to="dota17">
       Add hashCode method to CollectionUtils that supports an equator parameter.
     </action>