Browse Source

DataBinder now accepts var-args to set allowed, disallowed, and required fields

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2115 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Sam Brannen 17 years ago
parent
commit
58b86fceb2
  1. 3
      build-spring-framework/resources/changelog.txt

3
build-spring-framework/resources/changelog.txt

@ -6,7 +6,8 @@ http://www.springsource.org @@ -6,7 +6,8 @@ http://www.springsource.org
Changes in version 3.0.0.RC2 (2009-##-##)
-----------------------------------------
* ClassUtils is now parametrized with Class<?> and Class<T> where appropriate.
* DataBinder now accepts var-args to set allowed, disallowed, and required fields
* ClassUtils is now parametrized with Class<?> and Class<T> where appropriate
Changes in version 3.0.0.RC1 (2009-09-25)

Loading…
Cancel
Save