From bb9ca6c4efd980aa17ca7d360a2ec1a83aa6d2d5 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Thu, 1 Mar 2007 20:43:41 +0000 Subject: [PATCH] Added reference to JIRA ticket. --- spring-webflow/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index a6cc95f8..979bedbd 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -21,7 +21,7 @@ Package org.springframework.webflow.conversation Package org.springframework.webflow.execution * Added FlowExecutionListener.sessionCreated(RequestContext, FlowSession) callback, useful for - setting flow attributes before the flow starts. + setting flow attributes before the flow starts (SWF-223). Package org.springframework.webflow.executor * Added resource URL encoding to redirects in a JSF environment (SWF-256).