You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/04/16 22:12:24 UTC

svn commit: r1468587 - /commons/proper/collections/trunk/src/changes/changes.xml

Author: tn
Date: Tue Apr 16 20:12:24 2013
New Revision: 1468587

URL: http://svn.apache.org/r1468587
Log:
[COLLECTIONS-432] Add change record.

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=1468587&r1=1468586&r2=1468587&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Tue Apr 16 20:12:24 2013
@@ -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>