diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index a8501fd399..751aaa9a64 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)