From 609f91e1b43f1f14068b68ed2e8c792bf6e3c5ee Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 9 Sep 2010 22:14:51 +0000 Subject: [PATCH] final preparations for 3.0.5 --- 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 7619142131..44cbc64649 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -14,6 +14,7 @@ Changes in version 3.0.5 (2010-09-14) * SpEL supports projection on any kind of Collection (not just on Lists and arrays) * JDBC bundle uses local ClassLoader as bean ClassLoader for "sql-error-codes.xml" parsing * DefaultLobHandler's "wrapAsLob" mode works with PostgreSQL's getAsciiStream() requirement +* ResultSetWrappingSqlRowSet (as used by JdbcTemplate's "queryForRowSet") supports column labels now * LocalSessionFactoryBean's "entityCacheStrategies" works with region names on Hibernate 3.6 as well * fixed DefaultMessageListenerContainer's no-message commit to work without Session caching as well * JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore