From 897f6d6c682636b4613958d6585b0c5099eae018 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 11 May 2012 21:02:25 +0200 Subject: [PATCH] Update changelog regarding upgrade to JUnit 4.10 and TestNG 6.5.2 --- src/dist/changelog.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 6c852b29f9..f76e2acbbd 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -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 * 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) -------------------------------------