From c579cd1ce9bbe0d8af13f6fbf63b7b261a90da52 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 16 Oct 2012 16:07:16 -0400 Subject: [PATCH] Update changelog regarding major new testing features --- src/dist/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 89b28162a0e..aeff5d48f80 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -18,6 +18,8 @@ Changes in version 3.2 RC1 (2012-10-29) * HttpComponentsHttpInvokerRequestExecutor uses HttpComponents 4.2 to explicitly release connections (SPR-9833) * UriComponentsBuilder is capable of handling opaque URIs as well (SPR-9798) * CookieGenerator supports "cookieHttpOnly" flag for Servlet 3.0 (SPR-9794) +* introduced support for loading a WebApplicationContext in the TestContext framework (SPR-5243) +* introduced support for session & request scoped beans in the TestContext framework (SPR-4588) Changes in version 3.2 M2 (2012-09-11) @@ -57,6 +59,7 @@ Changes in version 3.2 M2 (2012-09-11) * fixed Portlet request mapping priorities in cross-controller case (SPR-9303, SPR-9605) * introduced exclude patterns for mapped interceptors in MVC namespace and MVC Java config * introduced support for content negotiation options in MVC namespace and MVC Java config +* introduced support for ApplicationContextInitializers in the TestContext framework (SPR-9011) * introduced support for named dispatchers in MockServletContext (SPR-9587) * introduced support for single, unqualified tx manager in the TestContext framework (SPR-9645) * introduced support for TransactionManagementConfigurer in the TestContext framework (SPR-9604)