You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/05/05 18:16:30 UTC

svn commit: r1479348 - in /commons/proper/collections/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: tn
Date: Sun May  5 16:16:30 2013
New Revision: 1479348

URL: http://svn.apache.org/r1479348
Log:
[COLLECTIONS-453] finish with updating the changelog.

Modified:
    commons/proper/collections/trunk/RELEASE-NOTES.txt
    commons/proper/collections/trunk/src/changes/changes.xml

Modified: commons/proper/collections/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/RELEASE-NOTES.txt?rev=1479348&r1=1479347&r2=1479348&view=diff
==============================================================================
--- commons/proper/collections/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/collections/trunk/RELEASE-NOTES.txt Sun May  5 16:16:30 2013
@@ -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.

Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1479348&r1=1479347&r2=1479348&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Sun May  5 16:16:30 2013
@@ -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>