Browse Source

Fix typo in changelog

pull/177/head
Sam Brannen 14 years ago
parent
commit
00220ebab0
  1. 2
      src/dist/changelog.txt

2
src/dist/changelog.txt vendored

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

Loading…
Cancel
Save