Author: tn
Date: Thu Sep 20 18:09:55 2012
New Revision: 1388147
URL: http://svn.apache.org/viewvc?rev=1388147&view=rev
Log:
Added changes for COLL-415 and COLL-417.
Modified:
commons/proper/collections/trunk/src/changes/changes.xml
Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1388147&r1=1388146&r2=1388147&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Thu Sep 20
18:09:55 2012
@@ -22,6 +22,12 @@
<body>
<release version="4.0" date="TBA" description="Next release">
+ <action issue="COLLECTIONS-415" dev="tn" type="add" due-to="Adrian Nistor">
+ Added clarifying javadoc wrt runtime complexity of
"AbstrictLinkedList#removeAll".
+ </action>
+ <action issue="COLLECTIONS-417" dev="tn" type="add" due-to="Adrian Nistor">
+ Added clarifying javadoc wrt runtime complexity of
"AbstrictLinkedList#retainAll".
+ </action>
<action issue="COLLECTIONS-393" dev="tn" type="add" due-to="Chris Shayan">
Added "ListUtils#partition" method to split a List into consecutive
sublists.
</action>