From ebd02bb33a0da9d65f435e7a45434e07bf6ed1c7 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Sun, 15 Nov 2015 15:13:13 +0000 Subject: [PATCH] Add changelog entry for COLLECTIONS-551. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714464 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4b71ddce4..49e5a011d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,10 @@ + + Deprecated various method in "CollectionUtils" in favor of similar + methods in the newly introduced "IterableUtils". + Serialization support for unsafe classes in the functor package has been removed as this can be exploited for remote code execution