From ad71baf2c413ea3b1fb1412287e8e008645945d2 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Sat, 21 Nov 2015 23:23:38 +0000 Subject: [PATCH] Update history. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715589 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/history.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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). +

+