diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 2e605b0d96..dd6d16ae27 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -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)