Updated changelog with fix from SWF-239.

This commit is contained in:
Ben Hale
2007-01-15 22:09:50 +00:00
parent beab444bc2
commit c8f15582f3

View File

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