Author: tn Date: Sun Nov 15 15:13:13 2015 New Revision: 1714464 URL: http://svn.apache.org/viewvc?rev=1714464&view=rev Log: Add changelog entry for COLLECTIONS-551.
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=1714464&r1=1714463&r2=1714464&view=diff ============================================================================== --- commons/proper/collections/trunk/src/changes/changes.xml (original) +++ commons/proper/collections/trunk/src/changes/changes.xml Sun Nov 15 15:13:13 2015 @@ -22,6 +22,10 @@ <body> <release version="4.1" date="TBD" description=""> + <action issue="COLLECTIONS-551" dev="tn" type="update"> + Deprecated various method in "CollectionUtils" in favor of similar + methods in the newly introduced "IterableUtils". + </action> <action issue="COLLECTIONS-580" dev="tn" type="update"> Serialization support for unsafe classes in the functor package has been removed as this can be exploited for remote code execution