Update History for 1.5.0 & 1.5.1 #396

This commit is contained in:
Manoj Mishra 2015-12-08 23:47:01 +05:30
parent b87f00320f
commit c8c269b066
1 changed files with 21 additions and 0 deletions

View File

@ -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)