Change log for SWF-333.

This commit is contained in:
Ben Hale
2007-06-14 02:39:24 +00:00
parent 1d2f0e638a
commit 87cb8986cd

View File

@@ -39,6 +39,7 @@ Package org.springframework.webflow.engine
* Added createLocalBeanFactory(Flow, Resource[]) and registerLocalBeans(Flow, ConfigurableBeanFactory) hook
methods to XmlFlowBuilder to allow for control over the registration of beans needed locally by a flow definition.
Useful for testing (SWF-307).
* Ensures that all exceptions (including RuntimeExceptions) are handled properly by the FlowExecution (SWF-333).
Package org.springframework.webflow.execution
* Added a holder for the FlowExecutionContext of a request (SWF-163).