From 4d297b475c18eeaa314e24ae4589987e1df1db7c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 5 Jul 2012 00:50:35 +0200 Subject: [PATCH] preparations for 3.2 M2 --- src/dist/changelog.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index f83a2d6d49..f6a8e98385 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,16 +3,20 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.2 M2 -------------------------- +Changes in version 3.2 M2 (2012-08-xx) +-------------------------------------- * spring-test module now depends on junit:junit-dep (SPR-6966) +* infer return type of parameterized factory methods (SPR-9493) +* used BufferedInputStream in SimpleMetaDataReader to double performance (SPR-9528) +* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean (SPR-9521) * raise RestClientException instead of IllegalArgumentException for unknown status codes * add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML -* infer return type of parameterized factory methods (SPR-9493) -* add ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types -* add support for the HTTP PATCH method +* added ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types +* added support for the HTTP PATCH method * enable smart suffix pattern match in @RequestMapping methods (SPR-7632) +* DispatcherPortlet does not forward event exceptions to the render phase by default (SPR-9287) + Changes in version 3.2 M1 (2012-05-28) --------------------------------------