Fix typo in changelog

This commit is contained in:
Sam Brannen 2012-10-31 20:35:11 +01:00
parent 6c63271f55
commit 00220ebab0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Changes in version 3.2 RC1 (2012-11-02)
* 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)
* throw AopInvocationException on advice 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)