diff --git a/History.rdoc b/History.rdoc index ae31486..4ae2e0d 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,19 +1,24 @@ == Development (master) === 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) - * Add support for neo4j. (@dpisarewski) - * Cache collection names in mongo's truncation strategy. (@nyarly) - * Support for mongoid multiple connections. (@nyarly) * Support for deletion with Sequel. (@cyberdelia) +== 1.4.0 2014-12-17 + +=== New Features/Changes + * Support for Neo4j. (@dpisarewski) + * Support for multiple connections on Mongoid. (@nyarly) + +=== Better Performance + * 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) + * Cache collection names in mongo's truncation strategy. (@nyarly) + === Bug Fixes - * Fix `undefined method error` with DataMapper SQLite adaptor. (@lanej) + * Fix undefined method error with DataMapper SQLite adaptor. (@lanej) * Fully define Mysql2 adaptor constant. (@jgonera) * Don't truncate schema tables in Postgres. (@billywatson) - * Fix issue #284. (@MartinNowak) + * Fix issue where Moped cleaner was missing collections with 'system' in their name. (@MartinNowak) == 1.3.0 2014-05-23