From 843ef7e33d34741b558a78ab11d9a7dd4af47077 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 6 May 2009 09:57:29 +0000 Subject: [PATCH] convert addition --- build-spring-framework/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 5dd22e1d63d..f531b81b4de 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -57,6 +57,7 @@ Changes in version 3.0.0.M3 (2009-05-05) * SpringJUnit4ClassRunner subclasses can now override the default ContextLoader class * added "value" alias for @ContextConfiguration's "locations" attribute * added EmbeddedDatabase support in spring-jdbc embedded package; HSQL support provided initially, is extensible. +* added new type conversion system SPI and converter API in spring-core convert package; presently used by EL system for type coersion Changes in version 3.0.0.M2 (2009-02-25) ----------------------------------------