From 6c79e0423189d16eb54211b24aa89e5d10b8bff2 Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Sat, 12 Nov 2011 18:23:37 -0700 Subject: [PATCH] credit --- History.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/History.txt b/History.txt index 35a2fa7..fd02383 100644 --- a/History.txt +++ b/History.txt @@ -2,9 +2,15 @@ === New Features + * Sequel Support (Corin Langosch) * 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) +=== Bugfixes + + * Avoids trying to load the ':default' ActiveRecord config. #72 (Ben Mabey) + + == 0.6.7 2011-04-21 === Bugfixes