From b2079ba2aa9c206c108f62836e111ac1e80dac6b Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Wed, 28 Feb 2007 20:38:08 +0000 Subject: [PATCH] Polishing. --- spring-webflow/changelog.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 7b2c3951..9e9ce13e 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -20,10 +20,10 @@ Package org.springframework.webflow.conversation every time a contained conversation is unlocked (SWF-244). Package org.springframework.webflow.executor -* Added resource URL encoded to redirects in a JSF environment -* Added support for configuring a in a JSF environment, greatly simplifying JSF SWF configuration and making it - consistent with Spring MVC and Struts. This also means its much easier to benefit from defaults such as a - continuation-based flow execution repository and 'alwaysRedirectOnPause'. +* Added resource URL encoding to redirects in a JSF environment (SWF-256). +* Added support for configuring a in a JSF environment, greatly simplifying JSF SWF + configuration and making it consistent with Spring MVC and Struts. This also means its much easier + to benefit from defaults such as a continuation-based flow execution repository and 'alwaysRedirectOnPause'. Changes in version 1.0.1 (08.01.2007) -------------------------------------