diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 46733c8f5..cc62fd3ac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,37 +22,37 @@ - + Fixed javadoc for several methods wrt expected NullPointerExceptions. - + Added an implementation of Eugene Myers difference algorithm. - + Added support for using custom "Equator" objects in "EqualPredicate". - + Improved performance of "ListOrderedMap#remove(Object)" method. - + Changed behavior of "CaseInsensitiveMap" constructor to be compliant with "HashMap" in case the initial capacity is set to zero. - + Synchronized access to lock in "StaticBucketMap#size()". - + Fixed cache assignment for "TreeBidiMap#entrySet". - + Added clarification to javadoc of "ListOrderedMap" that "IdentityMap" and "CaseInsensitiveMap" are not supported. - + "FilterListIterator#hasNext" does not throw a NullPointerException anymore to comply to the Java iterator specification. - + Improve javadoc of "CollatingIterator" wrt the used "Comparator" and throw a NullPointerException in "CollatingIterator#least" if no comparator is set.