From fff80a91a44b1494a8a5cd18eaad0869aeef4d9a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 1 Sep 2010 23:38:51 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3634 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/resources/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index f01e41acca3..0da120427ae 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -13,7 +13,7 @@ Changes in version 3.0.5 (2010-09-09) * DefaultLobHandler's "wrapAsLob" mode works with PostgreSQL's getAsciiStream() requirement * 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 -* fixed EvalTag's EvaluationContext caching to properly with JSP tag caching across requests +* fixed EvalTag's EvaluationContext caching to properly handle JSP tag caching across requests Changes in version 3.0.4 (2010-08-19)