Author: tn Date: Sun Mar 17 18:24:25 2013 New Revision: 1457509 URL: http://svn.apache.org/r1457509 Log: [COLLECTIONS-451] add to changes.xml.
Modified: commons/proper/collections/trunk/src/changes/changes.xml Modified: commons/proper/collections/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1457509&r1=1457508&r2=1457509&view=diff ============================================================================== --- commons/proper/collections/trunk/src/changes/changes.xml (original) +++ commons/proper/collections/trunk/src/changes/changes.xml Sun Mar 17 18:24:25 2013 @@ -22,6 +22,9 @@ <body> <release version="4.0" date="TBA" description="Next release"> + <action issue="COLLECTIONS-451" dev="tn" type="change"> + The constructors for all Utils classes are now private to prevent instantiation. + </action> <action issue="COLLECTIONS-424" dev="tn" type="change" due-to="Michael Pradel"> "CompositeSet" does not inherit from "CompositeCollection" anymore. The inner class "SetMutator" has been updated accordingly.