Skip to content

Commit 6c63271

Browse files
committed
Update changelog
1 parent 5b59a25 commit 6c63271

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/dist/changelog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,22 @@ Changes in version 3.2 RC1 (2012-11-02)
4242
* added Jackson2ObjectMapperBeanFactory (SPR-9739)
4343
* the Jackson message converters now include "application/*+json" in supported media types (SPR-7905)
4444
* DispatcherPortlet uses a forward for rendering a view as resource response (SPR-9876)
45+
* prevent duplicate @Import processing and ImportBeanDefinitionRegistrar invocation (SPR-9925)
46+
* throw AopInvocationException on advise returning null for primitive type (SPR-4675)
47+
* resolve Collection element types during conversion (SPR-9257)
48+
* allow SpEL reserved words in type package names (SPR-9862)
49+
* provide alternative message code resolver styles (SPR-9707)
50+
* support conversion from Enum Interface (SPR-9692)
51+
* bypass conversion when possible (SPR-9566)
52+
* extend conditional conversion support (SPR-9928)
53+
* introduce @EnableMBeanExport (SPR-8943)
54+
* add StringToUUIDConverter (SPR-9765)
55+
* allow MapToMap conversion even without a default constructor (SPR-9284)
56+
* allow SpEL to resolve getter method against object of type Class (SPR-9017)
57+
* prevent memory leaks with @Configuration beans (SPR-9851)
58+
* support inferred base package for @ComponentScan (SPR-9586)
59+
* sort candidate @AspectJ methods deterministically (SPR-9729)
60+
* improve SimpleStreamingClientHttpRequest performance (SPR-9530)
4561

4662

4763
Changes in version 3.2 M2 (2012-09-11)

0 commit comments

Comments
 (0)