From 9058cb0ce7cf2e1f54080ac6d1ca63488a3116d9 Mon Sep 17 00:00:00 2001 From: eeichinger Date: Sat, 5 Sep 2009 00:18:19 +0000 Subject: [PATCH] --- BreakingChanges.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BreakingChanges.txt b/BreakingChanges.txt index 530fc4ec..0ebbe74e 100644 --- a/BreakingChanges.txt +++ b/BreakingChanges.txt @@ -43,6 +43,8 @@ Spring.Core 7. a) Signature of CollectionUtils.Contains(ICollection collection, object element) changed to CollectionUtils.Contains(IEnumerable collection, object element) b) returns 'null' in case of collection==null instead of throwing an exception +8. dropped Spring.Expressions.DateLiteralNode + Spring.Aop