From 08a4004a517437eb4d4f4dc14ad446208b3c9dc6 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 6 May 2009 09:28:10 +0000 Subject: [PATCH] embedded db support --- build-spring-framework/resources/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index b23ce13678..5dd22e1d63 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -56,7 +56,7 @@ Changes in version 3.0.0.M3 (2009-05-05) * completed upgrade of the TestContext Framework to JUnit 4.5 * SpringJUnit4ClassRunner subclasses can now override the default ContextLoader class * added "value" alias for @ContextConfiguration's "locations" attribute - +* added EmbeddedDatabase support in spring-jdbc embedded package; HSQL support provided initially, is extensible. Changes in version 3.0.0.M2 (2009-02-25) ----------------------------------------