From 4d4d741b51d163f5adc9bc1859b043156bad514d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 6 May 2009 05:01:05 +0000 Subject: [PATCH] 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 --- build-spring-framework/resources/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 83a7f478e1f..6c98f19927a 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -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) ----------------------------------------