fixed conversion service registration bug

This commit is contained in:
Keith Donald
2008-08-08 14:33:44 +00:00
parent 77e838bf10
commit 7d757bb48d
5 changed files with 98 additions and 37 deletions

View File

@@ -2,6 +2,12 @@ SPRING WEB FLOW CHANGELOG
=========================
http://www.springframework.org/webflow
Changes in version 2.0.4 (15.08.2008)
-------------------------------------
Bug Fixes
* Fixed bug where a registered ConversionService was not auto-wired with the default ExpressionParser implementation.
This prevented user-installed type converters from being applied without explicit configuration.
Changes in version 2.0.3 (31.07.2008)
-------------------------------------
New Features