From 410b9f933e536119ea895703598e4ac02384b3c8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 24 Oct 2012 11:00:49 -0700 Subject: [PATCH] Update changelog --- build-spring-framework/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 9895255023..e33861ca24 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -41,6 +41,7 @@ Changes in version 3.1.3 (2012-10-12) * MediaType's include method now recognizes wildcards in media types with a suffix (SPR-9841) * 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) Changes in version 3.1.2 (2012-07-09) -------------------------------------