From 7545c6e4824682dfec2ad0b8fac7296bae25d6d8 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Thu, 6 Aug 2009 19:29:06 +0000 Subject: [PATCH] Updated for 2.0.8 --- build-spring-webflow/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 63b5183d..f415cd2b 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -18,6 +18,7 @@ Bug Fixes Improvements * Added an example to the documentation of how to handle a file upload with Web Flow (SWF-1113) * Added some info on custom AjaxHandler implementations to the documentation (SWF-1160) +* Removed an unnecessary extra invocation of the JSF state saving routine when redirects are disabled (SWF-1162) Changes in version 2.0.7 (2009.04.17)