From 7fd18298d1608eb042d073fbae7dda28e881849f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 28 Oct 2012 12:01:39 -0700 Subject: [PATCH] Update changelog --- src/dist/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 4e4143598c..d3d09427b2 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -35,6 +35,7 @@ Changes in version 3.2 RC1 (2012-10-29) * added Spring MVC Test framework (SPR-9859, SPR-7951) * added mock implementations of Http[Input|Output]Message * JdbcTestUtils no longer interprets SQL comments as statements (SPR-9593) +* allow 'arg-type' matches against element body as well as 'match' attribute (SPR-9812) Changes in version 3.2 M2 (2012-09-11)