From 0454c0cca9984cc222ee59131d656a0264025291 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 13 Apr 2007 16:19:36 +0000 Subject: [PATCH] swf-290 --- spring-webflow/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 639cace7..9e504c22 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -7,7 +7,8 @@ Changes in version 1.0.3 (24.04.2007) Package org.springframework.webflow.executor * PortletFlowController now correctly handles flow redirection parameters (SWF-236). -* FlowExecution refresh no longer causes a new flow execution key to be generated (SWF-291). +* SWF-JSF: FlowExecution refresh no longer causes a new flow execution key to be generated (SWF-291). +* SWF-JSF: Restored capability to launch a new flow within an ongoing flow using a UICommand (SWF-290). Changes in version 1.0.2 (10.04.2007) -------------------------------------