From 7f081a5eb46440799af38c10c4c97ca58343b679 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 28 Oct 2012 11:59:42 -0700 Subject: [PATCH] Update changelog --- build-spring-framework/resources/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index e33861ca24..74c4511567 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -42,6 +42,8 @@ Changes in version 3.1.3 (2012-10-12) * added support for recognizing wildcards in media types with a suffix (SPR-9841) * improved no-match handling for @RequestMapping methods (SPR-9603) * support SQL exception translation for ORA-06550 (SPR-9853) +* allow 'arg-type' matches against element body as well as 'match' attribute (SPR-9812) + Changes in version 3.1.2 (2012-07-09) -------------------------------------