From ae1b36dc4f538d9c4e0bf0d7e0545e519df15886 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 23 Jan 2013 09:22:07 +0100 Subject: [PATCH] Update changelog for 3.1.4 --- 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 e953e0cba3d..a3cc838fdd4 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -37,6 +37,7 @@ Changes in version 3.1.4 (2013-01-23) * fixed HierarchicalUriComponents equals implementation (SPR-10088) * MockHttpServletRequest's getParameter(Values) returns null for null parameter name (SPR-10192) * MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility (SPR-9885) +* ResourcePropertySource supports JDK 5-style Properties XML (SPR-9896) Changes in version 3.1.3 (2012-10-31)