Author: tn Date: Sat Nov 21 23:10:14 2015 New Revision: 1715588 URL: http://svn.apache.org/viewvc?rev=1715588&view=rev Log: Add COLLECTIONS-508 change.
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=1715588&r1=1715587&r2=1715588&view=diff ============================================================================== --- commons/proper/collections/trunk/src/changes/changes.xml (original) +++ commons/proper/collections/trunk/src/changes/changes.xml Sat Nov 21 23:10:14 2015 @@ -22,6 +22,13 @@ <body> <release version="4.1" date="TBD" description=""> + <action issue="COLLECTIONS-508" dev="tn" type="add"> + Added new interfaces "MultiValuedMap", "ListValuedMap" and "SetValuedMap" + as a replacement for "MultiMap". Decorators and implementations reside in + the "multimap" package and a "MultiMapUtils" class has been added. + The existing interface "MultiMap" as well as the concrete implementation + "MultiValueMap" has been deprecated. + </action> <action issue="COLLECTIONS-551" dev="tn" type="update"> Deprecated various method in "CollectionUtils" in favor of similar methods in the newly introduced "IterableUtils".