Update changelog

This commit is contained in:
Chris Beams 2012-09-11 16:56:49 +02:00
parent 73832f8c6e
commit 3bebb23f64
1 changed files with 3 additions and 1 deletions

View File

@ -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)