From 2ae61c503ebb180fc7d1a462ad715524ae3f2b34 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 15 May 2013 17:04:34 +0200 Subject: [PATCH] Further changelog entries for 3.2.3 --- src/dist/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 3047575e935..3579ea513ab 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -9,6 +9,8 @@ Changes in version 3.2.3 (2013-05-17) * compatibility with OpenJDK 8 for target 1.5/1.6/1.7 compiled Spring Framework 3.2.x applications (SPR-9639) * compatibility with OSGI-style use of generics in source code that got compiled to 1.4 byte code (SPR-10559) * HibernateJpaDialect support for Hibernate 4.2 as JPA provider (SPR-10395) +* fixed regression with type detection for child bean definitions (SPR-10374) +* fixed configuration class overriding in terms of superclasses (SPR-10546) * minimized ASM usage during configuration class processing (SPR-10292) * added public "getName()" accessor to MethodReference (SPR-10422) * fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)