Browse Source

Update changelog regarding upgrade to JUnit 4.10 and TestNG 6.5.2

pull/77/head
Sam Brannen 13 years ago
parent
commit
897f6d6c68
  1. 6
      src/dist/changelog.txt

6
src/dist/changelog.txt vendored

@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
SPRING FRAMEWORK CHANGELOG
==========================
===========================
http://www.springsource.org
Changes in version 3.2 M1
-------------------------------------
* upgraded to AspectJ 1.6.12
* upgraded to AspectJ 1.6.12, JUnit 4.10, TestNG 6.5.2
* 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)
* fix issue with combining identical controller and method level request mapping paths
@ -20,6 +21,7 @@ Changes in version 3.2 M1 @@ -20,6 +21,7 @@ Changes in version 3.2 M1
* translate IOException from Jackson to HttpMessageNotReadableException
* fix content negotiation issue when sorting selected media types by quality value
Changes in version 3.1.1 (2012-02-16)
-------------------------------------

Loading…
Cancel
Save