changelog for #265

This commit is contained in:
Jon Rowe 2014-12-06 10:12:34 +11:00
parent e56f511238
commit 941d64d758

View file

@ -1,5 +1,9 @@
== Development (master)
=== New Features/Changes
* Using the deletion strategy with Mysql now only deletes those tables
which have had records added to them. (@MadRabbit)
=== Bug Fixes
* Fix `undefined method error` with DataMapper SQLite adaptor. (@lanej)