diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 80f999fc8..29a666e2d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,9 @@ + + The constructors for all Utils classes are now private to prevent instantiation. + "CompositeSet" does not inherit from "CompositeCollection" anymore. The inner class "SetMutator" has been updated accordingly.