diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index fac84e2ba8f..44a6f3378b5 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -42,6 +42,22 @@ Changes in version 3.2 RC1 (2012-11-02) * added Jackson2ObjectMapperBeanFactory (SPR-9739) * the Jackson message converters now include "application/*+json" in supported media types (SPR-7905) * DispatcherPortlet uses a forward for rendering a view as resource response (SPR-9876) +* prevent duplicate @Import processing and ImportBeanDefinitionRegistrar invocation (SPR-9925) +* throw AopInvocationException on advise returning null for primitive type (SPR-4675) +* resolve Collection element types during conversion (SPR-9257) +* allow SpEL reserved words in type package names (SPR-9862) +* provide alternative message code resolver styles (SPR-9707) +* support conversion from Enum Interface (SPR-9692) +* bypass conversion when possible (SPR-9566) +* extend conditional conversion support (SPR-9928) +* introduce @EnableMBeanExport (SPR-8943) +* add StringToUUIDConverter (SPR-9765) +* allow MapToMap conversion even without a default constructor (SPR-9284) +* allow SpEL to resolve getter method against object of type Class (SPR-9017) +* prevent memory leaks with @Configuration beans (SPR-9851) +* support inferred base package for @ComponentScan (SPR-9586) +* sort candidate @AspectJ methods deterministically (SPR-9729) +* improve SimpleStreamingClientHttpRequest performance (SPR-9530) Changes in version 3.2 M2 (2012-09-11)