[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:
Thomas Neidhart 2013-05-05 16:16:30 +00:00
parent 94cfd56bd9
commit a5e94c1727
2 changed files with 8 additions and 2 deletions

View File

@ -124,8 +124,10 @@ 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-452] Change base package to "org.apache.commons.collections4".
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"
has been updated accordingly. Thanks to Michael Pradel.

View File

@ -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>