From 3bebb23f648fc178b6c7d22a368350f572947761 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 11 Sep 2012 16:56:49 +0200 Subject: [PATCH] Update changelog --- src/dist/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index a8501fd399c..751aaa9a640 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.2 M2 (2012-09-10) +Changes in version 3.2 M2 (2012-09-11) -------------------------------------- * inlined ASM 4.0 into spring-core, removed spring-asm subproject and jar (SPR-9669) @@ -48,6 +48,8 @@ Changes in version 3.2 M2 (2012-09-10) * introduced "countRowsInTableWhere()" and "dropTables()" in JdbcTestUtils (SPR-9235) * introduced JdbcTemplate in tx base classes in the TestContext framework (SPR-8990) * introduced "countRowsInTableWhere()" and "dropTables()" in tx base test classes (SPR-9665) +* introduced support for @ComponentScan base package inference (SPR-9586) +* now building, testing and publishing against JDK7, maintaining compat with JDKs 5&6 (SPR-9715) Changes in version 3.2 M1 (2012-05-28)