Updated change log

This commit is contained in:
Sam Brannen 2009-07-10 12:25:34 +00:00
parent 5054802eb9
commit cab7a9250d
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Changes in version 3.0.0.RC1 (2009-06-10)
* @Transactional supports qualifier value for choosing between multiple transaction managers
* added spring-jdbc config schema with embedded-database tag (supporting HSQL, H2, and Derby)
* Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now
* upgraded to JUnit 4.6, TestNG 5.9, and EasyMock 2.5.1
* @DirtiesContext is now supported at the test class level with configurable class modes
* added beforeTestClass() and afterTestClass() to the TestExecutionListener API
* ProfileValueUtils now enforces class-level overrides for @IfProfileValue
Changes in version 3.0.0.M3 (2009-05-06)