[COLLECTIONS-451] add to changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457509 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-17 18:24:25 +00:00
parent a2be810bb5
commit 3466da1a67
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
<body> <body>
<release version="4.0" date="TBA" description="Next release"> <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"> <action issue="COLLECTIONS-424" dev="tn" type="change" due-to="Michael Pradel">
"CompositeSet" does not inherit from "CompositeCollection" anymore. The inner class "CompositeSet" does not inherit from "CompositeCollection" anymore. The inner class
"SetMutator" has been updated accordingly. "SetMutator" has been updated accordingly.