From 05903d640b057488a940ff1a84fcaf75fb000fde Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 21 Jul 2009 12:22:09 +0000 Subject: [PATCH] * @ContextConfiguration's loader attribute is now inherited if not declared locally * TransactionalTestExecutionListener no longer flushes transactions before rolling back --- build-spring-framework/resources/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 8b38dcc3b9..6e1f53f8f9 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -23,7 +23,8 @@ Changes in version 3.0.0.RC1 (2009-06-10) * @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 - +* @ContextConfiguration's loader attribute is now inherited if not declared locally +* TransactionalTestExecutionListener no longer flushes transactions before rolling back Changes in version 3.0.0.M3 (2009-05-06) ----------------------------------------