From ad71baf2c413ea3b1fb1412287e8e008645945d2 Mon Sep 17 00:00:00 2001
From: Thomas Neidhart
+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). +
+