From f4d6677c817461069602debc14a928e48044efb2 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sat, 6 Dec 2014 10:14:15 +1100 Subject: [PATCH] changelog for #298 --- History.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/History.rdoc b/History.rdoc index 52706c8..de82e87 100644 --- a/History.rdoc +++ b/History.rdoc @@ -3,6 +3,7 @@ === New Features/Changes * Using the deletion strategy with Mysql now only deletes those tables which have had records added to them. (@MadRabbit) + * Add support for `pre_count` on Sequel with Mysql. (@vrinek) === Bug Fixes * Fix `undefined method error` with DataMapper SQLite adaptor. (@lanej)