changelog for #298

This commit is contained in:
Jon Rowe 2014-12-06 10:14:15 +11:00
parent fddaf0d5b3
commit f4d6677c81
1 changed files with 1 additions and 0 deletions

View File

@ -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)