From 75d0f9b95cbaa7d4ea025f314ab55e3074611a2c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 28 Dec 2009 18:58:07 +0000 Subject: [PATCH] initial preparations for 3.0.1 release --- build-spring-framework/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 57f588ad8f..0854655402 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,6 +3,14 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.0.1 (2010-01-25) +------------------------------------- + +* fixed "getBeansWithAnnotation" to ignore beans with non-determinable type +* generic ApplicationListener event type gets detected through proxy as well +* fixed "mvc:view-controller" to work in a fully isolated fashion on Spring DM + + Changes in version 3.0.0.GA (2009-12-16) ---------------------------------------- -- GitLab