diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 102b2fe1..74f07737 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -9,6 +9,8 @@ Bug Fixes * Fixed bug where flow ids were not properly generated when loading flow resources using classpath*: notation (SWF-988, SWF-992) * Fixed bug where file extension was left off URLs generated by Web Flow when servlet mapping was extension-based e.g. *.htm (SWF-988) * Fixed bug where Web Flow upgrader tool did not properly output end-state 'output' elements (SWF-969) +* Fixed bug where String to Enum conversions failed to work in conjunction with BeanWrapperExpressionParser, enabled when setting "useSpringBinding" flag on a MvcViewFactoryCreator to true (SWF-1005). +* Fixed bug where Collection and Array property bindings did not work with custom converters (SWF-984) Changes in version 2.0.5 (14.11.2008) ------------------------------------- diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt index f73a5ef7..de63ec79 100644 --- a/build-spring-webflow/resources/readme.txt +++ b/build-spring-webflow/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB FLOW 2.0.6 (December 2008) +SPRING WEB FLOW 2.0.6 (February 2009) ---------------------------------- http://www.springframework.org/webflow