From 58b86fceb2307591da53fc1a6af798b14fa58762 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2115 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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)