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 2015/11/22 00:10:14 UTC

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

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".