2.0.7 initial fixes

This commit is contained in:
Keith Donald
2009-03-16 16:42:07 +00:00
parent b94e72f757
commit 401f54472d

View File

@@ -2,6 +2,15 @@ SPRING WEB FLOW CHANGELOG
=========================
http://www.springframework.org/webflow
Changes in version 2.0.7 (2009.03.24)
-------------------------------------
Bug Fixes
* Fixed several issues with WebFlowMessageCodesResolver algorithm, including a JDK 1.4 compatibility issue (SWF-1064)
* Fixed bug in Spring Faces custom ListDataModel implementations related to row selection tracking (SWF-1066)
Improvements
* Added org.springframework.webflow dm Server library definition for use in a dm Server deployment environment (SWF-1067)
Changes in version 2.0.6 (2009.03.12)
-------------------------------------
General