Update changelog regarding upgrade to JUnit 4.10 and TestNG 6.5.2
This commit is contained in:
parent
982cb2f258
commit
897f6d6c68
|
@ -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)
|
||||
-------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue