From 8a422f48c658b8574ed36a9232e8de53c576ea48 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 5 Dec 2012 17:49:47 +0100 Subject: [PATCH] Update changelog re: comments in SQL statements Issue: SPR-9982, SPR-10075 --- src/dist/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 17dc988245c..ede47fb5323 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -14,6 +14,8 @@ Changes in version 3.2 GA (2012-12-12) * deprecated Apache iBATIS support in favor of native Spring support in MyBatis * deprecated BeanReferenceFactoryBean and CommonsLogFactoryBean * DefaultMessageListenerContainer allows for concurrent subscription consumers on WebLogic/ActiveMQ (SPR-10037) +* ResourceDatabasePopulator now supports comments within SQL statements (SPR-10075) +* JdbcTestUtils now supports comments within SQL statements (SPR-9982) Changes in version 3.2 RC2 (2012-11-27)