From 87cb8986cd1ea05474aed78cfb9a51038dd5c087 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Thu, 14 Jun 2007 02:39:24 +0000 Subject: [PATCH] Change log for SWF-333. --- spring-webflow/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 782dd8c7..b19e0462 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -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).