Add change for COLLECTIONS-323 to changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-07-26 20:08:11 +00:00
parent fd5f2734a3
commit bb72bc51ce
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
<action dev="tn" issue="COLLECTIONS-425" type="fix" due-to="Adrian Nistor">
Improved performance of "ListOrderedMap#remove(Object)" method.
</action>
<action dev="jochen" issue="COLLECTIONS-323" type="fix" due-to="Maarten Brak">
Changed behavior of "CaseInsensitiveMap" constructor to be compliant with "HashMap"
in case the initial capacity is set to zero.
</action>
</release>
</body>
</document>