[COLLECTIONS-432] Add change record.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1468587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-04-16 20:12:24 +00:00
parent 7dfbf675cb
commit 6a12cf861d
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
<body>
<release version="4.0" date="TBA" description="Next release">
<action issue="COLLECTIONS-432" dev="tn" type="change">
Replaced "Buffer" interface with "java.util.Queue". Kept "CircularFifoQueue"
as well as "Predicated", "Transformed" and "Unmodifiable" decorators.
</action>
<action issue="COLLECTIONS-375" dev="tn" type="add" due-to="Ivan Hristov">
Added method "ListUtils#defaultIfNull(List, List)".
</action>