Added TestContext framework changes to the change log.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1108 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2009-05-06 05:01:05 +00:00
parent 363a44f430
commit 4d4d741b51
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ Changes in version 3.0.0.M3 (2009-05-05)
* introduced ModelAndViewResolver SPI for custom handler method return types
* FreeMarkerView can be initialized with ServletContext only (e.g. for testing)
* MockPortletSession supports destruction of session attributes on invalidation
* completed upgrade of the TestContext Framework to JUnit 4.5
* SpringJUnit4ClassRunner subclasses can now override the default ContextLoader class
* added "value" alias for @ContextConfiguration's "locations" attribute
Changes in version 3.0.0.M2 (2009-02-25)
----------------------------------------