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