Add change for COLLECTIONS-382.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-04-17 17:59:36 +00:00
parent 4cffe07904
commit af567c6e2b
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
<body>
<release version="4.0" date="TBA" description="Next release">
<action issue="COLLECTIONS-382" dev="tn" type="update">
Change maven coordinates to org.apache.commons.commons-collections4.
</action>
<action issue="COLLECTIONS-432" dev="tn" type="update">
Replaced "Buffer" interface with "java.util.Queue". Kept "CircularFifoQueue"
as well as "Predicated", "Transformed" and "Unmodifiable" decorators.