Author: tn Date: Sat Nov 21 23:23:38 2015 New Revision: 1715589 URL: http://svn.apache.org/viewvc?rev=1715589&view=rev Log: Update history.
Modified: commons/proper/collections/trunk/src/site/xdoc/history.xml Modified: commons/proper/collections/trunk/src/site/xdoc/history.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/history.xml?rev=1715589&r1=1715588&r2=1715589&view=diff ============================================================================== --- commons/proper/collections/trunk/src/site/xdoc/history.xml (original) +++ commons/proper/collections/trunk/src/site/xdoc/history.xml Sat Nov 21 23:23:38 2015 @@ -121,6 +121,18 @@ been replaced by java.util.Queue. Also a an implementation of a Patricia Trie. </p> +<p> +<b>Collections 4.1</b> 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). +</p> +<p> +Additionally, serialization support for unsafe classes in the functor package +has been completely removed (see entry for Collections 3.2.2 for more details). +</p> + </section> </body>