diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 44a6f3378b5..533b0dfd1f7 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -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)