From f03735f9e897a706c5acd08734758ad1e3bce49b Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 9 Jan 2015 18:21:07 -0800 Subject: [PATCH] Update History.rdoc file for 1.4.0 @etagwerker - This addresses issue #321, based off of blog post (http://databasecleaner.github.io/2014/12/17/v1-4-0-is-out/) and commit history. --- History.rdoc | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) 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