From e02c309b770de84f65281d3f75bce9d366c811e9 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sat, 3 Nov 2012 17:25:56 -0700 Subject: [PATCH] Update changelog --- src/dist/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 1bcb38017b..46039e47ac 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -59,6 +59,11 @@ Changes in version 3.2 RC1 (2012-11-02) * sort candidate @AspectJ methods deterministically (SPR-9729) * improve SimpleStreamingClientHttpRequest performance (SPR-9530) * added UnknownHttpStatusCodeException (SPR-9406) +* support for custom global Joda DateTimeFormatters (SPR-7121) +* support DateTimeFormat annotation without Joda (SPR-6508) +* use concurrent cache to improve performance of GenericTypeResolver (SPR-8701) +* cache and late resolve annotations on bean properties to improve performance (SPR-9166) + Changes in version 3.2 M2 (2012-09-11) --------------------------------------