From f582974b0cdc62b39a1617d9d31c30072cc673ea Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sun, 27 May 2012 19:17:42 +0300 Subject: [PATCH] Update 3.2 M1 changelog --- src/dist/changelog.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index db04743860..a7ad6dd599 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,11 +3,11 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.2 M1 -------------------------------------- +Changes in version 3.2 M1 (2012-05-28) +-------------------------------------- -* add Servlet 3.0 based async support -* upgraded to AspectJ 1.6.12, JUnit 4.10, TestNG 6.5.2 +* add Servlet 3.0-based async support +* upgrade to AspectJ 1.6.12, JUnit 4.10, TestNG 6.5.2 * add HttpMessageConverter and View types compatible with Jackson 2.0 * better handling on failure to parse invalid 'Content-Type' or 'Accept' headers * handle a controller method's return value based on the actual returned value (vs declared type) @@ -40,6 +40,10 @@ Changes in version 3.2 M1 * improve documentation of annotated class support in the TestContext framework (SPR-9401) * document support for JSR-250 lifecycle annotations in the TestContext framework (SPR-4868) * improve dependency management for spring-test (SPR-8861) +* fix MultipartResolver Resin compatibility (SPR-9299) +* handle non-existent files in ServletContextResource (SPR-8461) +* apply cache settings consistently in EhCacheFactoryBean (SPR-9392) +* add initial support for JCache (JSR-107) compliant cache providers (SPR-8774) Changes in version 3.1.1 (2012-02-16)