[COLLECTIONS-312] Added to changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6f0df6546
commit
add3a934ce
|
@ -22,6 +22,10 @@
|
|||
<body>
|
||||
|
||||
<release version="4.0" date="TBA" description="Next release">
|
||||
<action issue="COLLECTIONS-312" dev="tn" type="fix" due-to="Peter Lawrey, Gary Gregory">
|
||||
Use of final keyword where applicable, minor performance improvements by properly
|
||||
initializing the capacity of newly created collections when known in advance.
|
||||
</action>
|
||||
<action issue="COLLECTIONS-322" dev="tn" type="add" due-to="Thomas Vahrst">
|
||||
Added NodeListIterator and convenience methods in IteratorUtils to iterate over
|
||||
a org.w3c.dom.NodeList.
|
||||
|
|
Loading…
Reference in New Issue