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>