From c8c269b06670a653a8d4b46aba2ff79e85e96ad6 Mon Sep 17 00:00:00 2001 From: Manoj Mishra Date: Tue, 8 Dec 2015 23:47:01 +0530 Subject: [PATCH] Update History for 1.5.0 & 1.5.1 #396 --- History.rdoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/History.rdoc b/History.rdoc index 95bebf8..349b784 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,5 +1,26 @@ == Development (master) +== 1.5.1 2015-09-05 + +== Bug Fix + * Added mongo2 missing files to the gemspec. (@geerzo) + +== 1.5.0 2015-09-02 + +=== New Features/Changes + * Use ensure within the cleaning method. (@cema-sp) + * Restored mysql2 + jruby support. (@ahorek) + * Added required ruby version to gemspec. (@garethrees) + * Added support for Mongoid 5.0 and Mongo Ruby Driver 2.0. (@jprincipe) + * Added support for additional Neo4j::Session.open options. (@brienw) + * And a bunch of code style and README improvements + +=== Bug Fixes + * Fixed truncation for MongoDB 3. (@andreale) + * Fixed YAML error when building gem. (@joshnesbitt) + * Fixed deletion strategy for JDBC MySQL. (@DanElbert) + * Fixed open transactions for multiple connections. (@claptimes5) + == 1.4.1 2015-03-09 * Support for deletion with Sequel. (@cyberdelia) * Use ActiveRecord::Base configuration when different from config file. (@wendy0402)