You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2005/07/08 02:06:52 UTC

svn commit: r209681 - /jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html

Author: scolebourne
Date: Thu Jul  7 17:06:50 2005
New Revision: 209681

URL: http://svn.apache.org/viewcvs?rev=209681&view=rev
Log:
Fix putAll(MultiMap)
bug 35631, reported by Sven Macke

Modified:
    jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html

Modified: jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html?rev=209681&r1=209680&r2=209681&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html (original)
+++ jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html Thu Jul  7 17:06:50 2005
@@ -73,6 +73,7 @@
 <li>AbstractHashedMap initialization - Fix to setup threshold correctly, improving performance [35012]</li>
 <li>BeanMap.initialize() - Internal variable now correctly initialised with only write methods that actually exist [15895]</li>
 <li>MultiHashMap.remove(key, item) - Was returning the item even when nothing was removed [32366]</li>
+<li>MultiHashMap.putAll(multimap) - Was adding the collection as a single item rather than individually [35631]</li>
 <li>Flat3Map.equals() - Fix to make flat mode comparison actually work [34917]</li>
 <li>TransformedMap.putAll - Now allows putAll of an empty map [34686]</li>
 <li>BoundedFifoBuffer/CircularFifoBuffer - Fix serialization to work in case where buffer serialized when full [31433]</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org