From c8f15582f304d5a1eaf71b228d1ab39e8732bdc0 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Mon, 15 Jan 2007 22:09:50 +0000 Subject: [PATCH] Updated changelog with fix from SWF-239. --- spring-webflow/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 75b44de9..7ca27ef5 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -8,6 +8,10 @@ Changes in version () Package org.springframework.webflow.action * FormAction methods doBind() and createBinder() now declare "throws Exception". +Package org.springframework.webflow.config +* Fixed bug in WebFlowConfigNamespaceHandler that caused the type attribute of the repository tag + not to be read properly and throw an exception (SWF-239) + Changes in version 1.0.1 (08.01.2007) -------------------------------------