From 81d8ce5597a113d7245ae02770f36bdca760119b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 19 Jun 2011 20:40:15 +0000 Subject: [PATCH] [SPR-8395] AnnotationConfigContextLoader now supports default configuration classes with arbitrary names --- build-spring-framework/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index ea774848774..ad867cd8e24 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -9,6 +9,7 @@ Changes in version 3.1 RC1 (2011-07-xx) * prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1 * revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return * fixed JMS CachedConnectionFactory to fully synchronize its Session list +* AnnotationConfigContextLoader now supports default configuration classes with arbitrary names Changes in version 3.1 M2 (2011-06-08)