We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e161c93 commit 95fb766Copy full SHA for 95fb766
build-spring-framework/resources/changelog.txt
@@ -3,6 +3,15 @@ SPRING FRAMEWORK CHANGELOG
3
http://www.springsource.org
4
5
6
+Changes in version 3.0.0.GA (2009-12-10)
7
+----------------------------------------
8
+
9
+* bean property names are matched leniently ("title" and "Title"; "ISBN" and "iSBN")
10
+* full support for formatters and formatting annotations on array/collection elements
11
+* no default number formatter (relying on plain java.lang.Number parsing and rendering)
12
+* no default formatters for Date/Calendar (requiring explicit use of @DateTimeFormat)
13
14
15
Changes in version 3.0.0.RC3 (2009-12-01)
16
-----------------------------------------
17
0 commit comments