diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 2d439742..752ec9bc 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -15,7 +15,7 @@ Package org.springframework.webflow.executor * Statics on FlowFacesUtils are now public: they're supposed to be well known names. * FlowPhaseListener.cleanupResources() is now protected. * Added AutowiringSupport, AutowiringFlowExecutionListener and AutowiringPhaseListener (SWF-746). -* In a JSF 1.2 environment, SWF will now correctly maintain the "java.faces.ViewState" parameter accross flow +* In a JSF 1.2 environment, SWF will now correctly maintain the "javax.faces.ViewState" parameter accross flow execution redirects (SWF-445). * FlowPhaseListener now maintains FacesMessages accross a flow execution redirect by temporarily storing them in the flow execution (SWF-745).