convert addition

This commit is contained in:
Keith Donald 2009-05-06 09:57:29 +00:00
parent 08a4004a51
commit 843ef7e33d
1 changed files with 1 additions and 0 deletions

View File

@ -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)
----------------------------------------