Author: tn
Date: Sun Nov 15 15:08:39 2015
New Revision: 1714463

URL: http://svn.apache.org/viewvc?rev=1714463&view=rev
Log:
Added changelog entry.

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=1714463&r1=1714462&r2=1714463&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Sun Nov 15 
15:08:39 2015
@@ -34,6 +34,11 @@
       only Collection classes are allowed, otherwise an 
UnsupportedOperationException
       will be thrown during de-serialization.
     </action>
+    <action issue="COLLECTIONS-567" dev="tn" type="add">
+      Added new MultiSet interface which is intended to be a replacement for
+      the Bag interface. The main difference is that a MultiSet is fully 
compatible
+      to the Collection contract.
+    </action>
     <action issue="COLLECTIONS-576" dev="tn" type="fix" due-to="Stephan Roch">
       Subclasses of MultiKey did not re-calculate their hashcode after 
de-serialization.
     </action>


Reply via email to