diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 74201798a..97270d355 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,24 +22,24 @@
-
+
Replaced "Buffer" interface with "java.util.Queue". Kept "CircularFifoQueue"
as well as "Predicated", "Transformed" and "Unmodifiable" decorators.
Added method "ListUtils#defaultIfNull(List, List)".
-
+
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.
Add method "CollectionUtils#filterInverse(Iterable, Predicate)".
-
+
TransformingComparator now supports different types for its input/output values.
@@ -125,7 +125,7 @@
Added serialVersionUID fields for "ExtendedProperties", "CompositeCollection",
"CompositeSet", "EmptyMapMutator", "EmptySetMutator".
-
+
Fields transformer and decorated in class "TransformingComparator" are now final.
@@ -137,7 +137,7 @@
Added serialization support for "FixedOrderComparator" and "TransformingComparator".
-
+
Return concrete class in static factory methods instead of base class interface
(except for Unmodifiable decorators).