diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 89f406e1..591cd7bf 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -34,6 +34,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.executor * JSF integration code now manages flow execution locks properly in exceptional situations and when the