You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2012/08/24 07:15:02 UTC

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

Author: brentworden
Date: Fri Aug 24 05:15:01 2012
New Revision: 1376828

URL: http://svn.apache.org/viewvc?rev=1376828&view=rev
Log:
updated changes with COLLECTIONS-241

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=1376828&r1=1376827&r2=1376828&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Fri Aug 24 05:15:01 2012
@@ -69,6 +69,9 @@
       Improve javadoc of "CollatingIterator" wrt the used "Comparator" and throw a
       NullPointerException in "CollatingIterator#least" if no comparator is set.
     </action>
+    <action issue="COLLECTIONS-241" dev="brentworden" type="add" due-to="Elifarley Callado Coelho">
+      Added "PassiveExpiringMap" map decorator.
+    </action>
   </release>
   </body>
 </document>