Skip to content

Commit 95fb766

Browse files
committed
initial preparations for 3.0 GA
1 parent e161c93 commit 95fb766

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

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+
615
Changes in version 3.0.0.RC3 (2009-12-01)
716
-----------------------------------------
817

0 commit comments

Comments
 (0)