[COLLECTIONS-453] finish with updating the changelog.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1479348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94cfd56bd9
commit
a5e94c1727
|
@ -125,6 +125,8 @@ Changed classes / methods
|
|||
|
||||
o [COLLECTIONS-454] An iterator over a "Flat3Map#entrySet()" will now return independent Map.Entry objects that will
|
||||
not change anymore when the iterator progresses.
|
||||
o [COLLECTIONS-453] Several closure and transformer implementations in the functor package will now copy
|
||||
an array as input parameter to their constructor (e.g. ChainedClosure).
|
||||
o [COLLECTIONS-452] Change base package to "org.apache.commons.collections4".
|
||||
o [COLLECTIONS-451] The constructors for all *Utils classes are now private to prevent instantiation.
|
||||
o [COLLECTIONS-424] "CompositeSet" does not inherit from "CompositeCollection" anymore. The inner class "SetMutator"
|
||||
|
|
|
@ -34,6 +34,10 @@
|
|||
independent Map.Entry objects that will not change anymore when
|
||||
the iterator progresses.
|
||||
</action>
|
||||
<action issue="COLLECTIONS-453" dev="tn" type="update">
|
||||
Several closure and transformer implementations in the functors package
|
||||
will now copy an array as input to their constructor (e.g. ChainedClosure).
|
||||
</action>
|
||||
<action issue="COLLECTIONS-452" dev="tn" type="update">
|
||||
Change base package to org.apache.commons.collections4.
|
||||
</action>
|
||||
|
|
Loading…
Reference in New Issue