diff --git a/src/site/xdoc/history.xml b/src/site/xdoc/history.xml index f7d7c5f81..30e90de08 100644 --- a/src/site/xdoc/history.xml +++ b/src/site/xdoc/history.xml @@ -121,6 +121,18 @@ been replaced by java.util.Queue. Also added were several new Iterators as well an implementation of a Patricia Trie.
++Collections 4.1 fixed some bugs in v4.0 and adds a few new enhancements. +The most notable changes are new interfaces MultiSet (a replacement for the Bag +interface which is fully compliant to the general Collection contract) and +MultiValuedMapeList (a replacement for the MultiMap interface) as well as fluent +API for Iterable instances (FluentIterable). +
++Additionally, serialization support for unsafe classes in the functor package +has been completely removed (see entry for Collections 3.2.2 for more details). +
+