Fixed small typo in changelog.

This commit is contained in:
Erwin Vervaet
2008-06-29 08:26:54 +00:00
parent 5a1604b3c5
commit 7574f449c8

View File

@@ -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).