From 7ba20ccf7d2416e5e70a3a4238c582a046f2859d Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Sun, 22 Aug 2010 15:01:55 -0600 Subject: [PATCH] adds credit for Mysql2Adapter commits --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index a0b14cf..b5a6311 100644 --- a/History.txt +++ b/History.txt @@ -18,6 +18,7 @@ of the hours and effort he put into making this feature request a reality. * Ability to clean multiple database connections managed by the same ORM. (Jon Rowe) * Ability to clean multiple DBs managed by different ORMs in same project. (Jon Rowe) * Allows for the ActiveRecord config file (database.yml) to contain ERB and process it. (Fletcher Nichol) + * Mysql2Adapter support. (Kamal Fariz Mahyuddin and John Ferlito) === Bugfixes * Updates the DataMapper truncation strategy to version 0.10.3. (Robert Rouse)