diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a4d1492bc..0ae417cce 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,25 +37,9 @@
SetUniqueList.set(int, E) now works correctly if the object to be inserted
is already placed at the given position.
-
- MultiKeyMap.clone() now correctly calls super.clone().
-
-
- Fixed possible "IndexOutOfBoundsException" in "ListOrderedMap#putAll".
-
-
- Added missing null check in "CollectionUtils#addIgnoreNull(Collection, Object)".
-
-
- Fixed infinite loop when calling "UnmodifiableBoundedCollection#unmodifiableBoundedCollection()".
-
"DualTreeBidiMap" now uses the correct comparator for the reverse map during de-serialization.
-
- "FilterListIterator#hasNext" does not throw a NullPointerException anymore
- to comply to the Java iterator specification.
-
"ListUtils#intersection(List, List)" will now also work correctly if there
are duplicate elements in the provided lists.
@@ -102,9 +86,6 @@
Calling "setValue(Object)" on any Entry returned by a "Flat3Map" will now
correctly set the value for the current entry.
-
- "MultiKey#toString()" will now use "Arrays#toString(List)".
-
-->