update changelog for #300

[skip ci]
This commit is contained in:
Jon Rowe 2014-12-09 10:29:11 +11:00
parent 79a3583d95
commit d43226f4fe
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* 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)
* Add support for neo4j. (@dpisarewski)
=== Bug Fixes
* Fix `undefined method error` with DataMapper SQLite adaptor. (@lanej)