Update 3.2 M1 changelog

master
Chris Beams 12 years ago
parent 155b88ffce
commit f582974b0c
  1. 12
      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)

Loading…
Cancel
Save