From d1bdeda19b35cffab9c134d408825cdc592919bb Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Thu, 16 Jun 2011 20:11:53 -0600 Subject: [PATCH] credit --- History.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 5e3381c6..35a2fa71 100644 --- a/History.txt +++ b/History.txt @@ -1,6 +1,11 @@ == 0.6.x (in git) -== 0.6.7 (in git) 2011-04-21 + === New Features + + * Updates DataMapper strategies to work with DataMapper 1.1 (Xavier Shay and Anthony Williams) + * for AR and PSQL, truncate all tables with one command, improving performance due to avoiding cascades (Leonid Shevtsov) + +== 0.6.7 2011-04-21 === Bugfixes * Explicity require ERB. (Vít Ondruch)