From bee3263322fd59368ae062863e91d096b41154c1 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 28 Apr 2013 19:24:52 +0200 Subject: [PATCH] Initial changelog entries for 4.0 M1 --- src/dist/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index f5ba5b533c..199d7b13ba 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,6 +3,17 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 4.0 M1 (2013-05-13) +-------------------------------------- + +* deleted deprecated, legacy JUnit 3.8 based test class hierarchy +* deleted deprecated JUnit 3.8 support in the TestContext framework (SPR-10499) +* deleted deprecated @ExpectedException annotation in the TestContext framework (SPR-10499) +* deleted deprecated @NotTransactional annotation in the TestContext framework (SPR-10499) +* deleted deprecated SimpleJdbcTestUtils class (SPR-10499) +* deleted deprecated SimpleJdbcTemplate field from base test classes in the TestContext framework (SPR-10499) + + Changes in version 3.2.3 (2013-05-02) -------------------------------------