From a696a4fec9095afc94ab6f0fd13e39d0d2f56046 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 14 Oct 2009 14:49:24 +0000 Subject: [PATCH] DataBinder now accepts var-args to set allowed, disallowed, and required fields --- build-spring-framework/resources/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index b1d1452cffa..758aa16c4c5 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -6,7 +6,8 @@ http://www.springsource.org Changes in version 3.0.0.RC2 (2009-##-##) ----------------------------------------- -* ClassUtils is now parametrized with Class and Class where appropriate. +* DataBinder now accepts var-args to set allowed, disallowed, and required fields +* ClassUtils is now parametrized with Class and Class where appropriate Changes in version 3.0.0.RC1 (2009-09-25)