From ff6d7a858ee7f88a86f208105f3697abdfd9378c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 19 Mar 2013 10:58:36 +0100 Subject: [PATCH] Preparations for 3.2.3 --- src/dist/changelog.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 2e605b0d963..dd6d16ae276 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)