From 0485f15998313dcb77a30f718f2d30647c63ad0e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 1 Sep 2010 23:38:51 +0000 Subject: [PATCH] Fixed typo --- 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 f01e41acca..0da120427a 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)