Preparations for 3.2.3

This commit is contained in:
Juergen Hoeller 2013-03-19 10:58:36 +01:00
parent aeef000c46
commit ff6d7a858e
1 changed files with 8 additions and 1 deletions

View File

@ -3,8 +3,15 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org
Changes in version 3.2.3 (2013-05-02)
-------------------------------------
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)
* fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources (SPR-10282)
Changes in version 3.2.2 (2013-03-14)
--------------------------------------
-------------------------------------
* official support for Hibernate 4.2 (SPR-10255)
* fixed missing inter-dependencies in module POMs (SPR-10218)