This commit is contained in:
Keith Donald
2009-03-10 03:30:21 +00:00
parent 53ee66b04e
commit 2b596db2cd
7 changed files with 51 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ SPRING WEB FLOW CHANGELOG
=========================
http://www.springframework.org/webflow
Changes in version 2.0.6 (2009.02.26)
Changes in version 2.0.6 (2009.03.12)
-------------------------------------
Bug Fixes
* Fixed bug where FlowHandlerMapping could not handle null flow id scenarios (SWF-968)
@@ -14,9 +14,10 @@ Bug Fixes
* Fixed bug where form:checkbox and form:checkboxes tags did not apply type conversion properly in views rendered by Web Flows (SWF-986)
* Fixed bug where Errors nestedPath attribute was not respected in views rendered by Web Flow (SWF-973)
* Fixed bug where Errors nestedPath attribute was not respected when using Errors API programatically within a Validator called by Web Flow (SWF-973)
* Made MessageCodesResolver pluggable on MvcViewFactoryCreator; configure a DefaultMessageCodesResolver to resolve error message codes consistent with default Spring MVC behavior (SWF-977).
Improvements
* Improved FlowExecution test documentation (SWF-???, SWF-???)
* Improved FlowExecution test documentation
Changes in version 2.0.5 (14.11.2008)
-------------------------------------