Update changelog

This commit is contained in:
Phillip Webb 2012-11-03 17:25:56 -07:00
parent 4e976435c7
commit e02c309b77
1 changed files with 5 additions and 0 deletions

View File

@ -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)
--------------------------------------