Skip to content

Commit f9eacf9

Browse files
committed
Update changelog
1 parent 88906d2 commit f9eacf9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,20 @@ Changes in version 3.1.3 (2012-10-12)
2727
* dynamic return value types for @MVC methods
2828
* fixed issue with resolution of WebDataBinder argument
2929
* prevent response updates if @ResponseStatus has a reason
30-
* optimized performance of HandlerMethod and subclasses
30+
* optimized use of AntPathStringMatcher (SPR-9749)
31+
* optimized use of HandlerMethod and sub-classes (SPR-9747, SPR-9748)
3132
* fixed Portlet request mapping priorities in cross-controller case
3233
* deprecated SimpleJdbcTestUtils in favor of JdbcTestUtils
3334
* introduced "countRowsInTableWhere()" and "dropTables()" in JdbcTestUtils
34-
35+
* improved regex for parsing query params (SPR-9832)
36+
* now decoding target parameters prior to saving a FlashMap (SPR-9657)
37+
* fixed issue with resolving Errors controller argument (SPR-9378)
38+
* fixed issue in message conversion where producible and acceptable headers are equally specific
39+
* fixed NullPointerException in AbstractMessageConverterMethodProcessor (SPR-9868)
40+
* fixed side effect from caching in AnnotationMethodHandlerExceptionResolver (SPR-9202)
41+
* MediaType's include method now recognizes wildcards in media types with a suffix (SPR-9841)
42+
* added support for recognizing wildcards in media types with a suffix (SPR-9841)
43+
* improved no-match handling for @RequestMapping methods (SPR-9603)
3544

3645
Changes in version 3.1.2 (2012-07-09)
3746
-------------------------------------

0 commit comments

Comments
 (0)