From 08514e25db883aabcfc160cac345857982c9e837 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sun, 4 Nov 2012 13:32:42 +0100 Subject: [PATCH] Update changelog --- src/dist/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 46039e47acd..f0bbf6b8472 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.2 RC1 (2012-11-02) +Changes in version 3.2 RC1 (2012-11-04) --------------------------------------- * added "getApplicationName()" method to ApplicationContext interface @@ -63,6 +63,7 @@ Changes in version 3.2 RC1 (2012-11-02) * support DateTimeFormat annotation without Joda (SPR-6508) * use concurrent cache to improve performance of GenericTypeResolver (SPR-8701) * cache and late resolve annotations on bean properties to improve performance (SPR-9166) +* allow PropertyResolver implementations to ignore unresolvable ${placeholders} (SPR-9569) Changes in version 3.2 M2 (2012-09-11)