Added changes for COLL-415 and COLL-417.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1388147 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-09-20 18:09:55 +00:00
parent 740344661c
commit e97754ebfb
1 changed files with 6 additions and 0 deletions

View File

@ -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>