From 8bd0633697ce65445357d16fddedc6cbdbf44ce0 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 26 Jun 2010 21:13:02 +0000 Subject: [PATCH] [SPR-7323] SpEL 'select last' operator now works consistently with maps. --- build-spring-framework/resources/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index c89b311637..93b303a004 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -10,7 +10,8 @@ Changes in version 3.0.4 (2010-07-15) * OSGi manifest version range accepts EHCache 2.x as well * ConversionService is able to deal with empty collections and nested collections (fixed regression) * ConversionService properly handles nested Resource arrays in Map values (fixed regression) -* ConversionService does not accidentally use copy constructor for same type +* ConversionService does not accidentally use copy constructor for same type +* SpEL 'select last' operator now works consistently with maps * BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps as well * Jaxb2Marshaller's "marshallerProperties" Map accepts any value type * Spring's MessageEndpointFactory classes are now JCA 1.6 compliant as well