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/05/07 19:15:40 UTC

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

Author: scolebourne
Date: Sat May  7 10:15:39 2005
New Revision: 169098

URL: http://svn.apache.org/viewcvs?rev=169098&view=rev
Log:
Fix so putAll works with an empty map
bug 34686, reported by Marc Lottman

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=169098&r1=169097&r2=169098&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html (original)
+++ jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html Sat May  7 10:15:39 2005
@@ -63,6 +63,7 @@
 <li>SetUniqueList.set(int,Object) - Destroyed set status in certain circumstances [33294]</li>
 <li>AbstractLinkedMap.init() - Now calls createEntry() to create the map entry object [33706]</li>
 <li>BeanMap.initialize() - Internal variable now correctly initialised with only write methods that actually exist [15895]</li>
+<li>TransformedMap.putAll - Now allows putAll of an empty map [34686]</li>
 </ul>
 
 <center><h3>JAVADOC</h3></center>



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