From acc8364539035884512e9d232b6e18eac85056a8 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 27 Oct 2012 18:29:52 +0200 Subject: [PATCH] Update changelog Issue: SPR-9724 --- src/dist/changelog.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 6626dd644d..82ec6384a1 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -18,14 +18,10 @@ 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) * improved regular expression for parsing query params (SPR-9832) * fixed NullPointerException in AbstractMessageConverterMethodProcessor (SPR-9868) * fixed issue in AnnotationMethodHandlerExceptionResolver (SPR-9209) * MediaType's include method now recognizes wildcards in media types with a suffix (SPR-9841) -* added Spring MVC Test framework (SPR-9859, SPR-7951) -* added mock implementations of Http[Input|Output]Message * added support for opaque URIs in UriComponentsBuilder (SPR-9798) * added ObjectToStringHttpMessageConverter that delegates to a ConversionService (SPR-9738) * added Jackson2ObjectMapperBeanFactory (SPR-9739) @@ -33,6 +29,12 @@ Changes in version 3.2 RC1 (2012-10-29) * added support for wildcard media types in AbstractView and ContentNegotiationViewResolver (SPR-9807) * the jackson message converters now include "application/*+json" in supported media types (SPR-7905) * add options to configure MVC async interceptors in the MVC namespace and Java config (SPR-9914) +* 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) +* introduced support for setting locales in MockHttpServletRequest (SPR-9724) +* added Spring MVC Test framework (SPR-9859, SPR-7951) +* added mock implementations of Http[Input|Output]Message + Changes in version 3.2 M2 (2012-09-11) --------------------------------------