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:
parent
fd5f2734a3
commit
bb72bc51ce
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue