From 95fb766d102db3da561107919ae887d5e0621ada Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 4 Dec 2009 00:58:38 +0000 Subject: [PATCH] initial preparations for 3.0 GA --- build-spring-framework/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index b0845b41b0..5ae9dda405 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,6 +3,15 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.0.0.GA (2009-12-10) +---------------------------------------- + +* bean property names are matched leniently ("title" and "Title"; "ISBN" and "iSBN") +* full support for formatters and formatting annotations on array/collection elements +* no default number formatter (relying on plain java.lang.Number parsing and rendering) +* no default formatters for Date/Calendar (requiring explicit use of @DateTimeFormat) + + Changes in version 3.0.0.RC3 (2009-12-01) -----------------------------------------