[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:
parent
7dfbf675cb
commit
6a12cf861d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue