mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Merge pull request #410 from joshsoftware/history_update
Update History for 1.5.0 & 1.5.1 #396
This commit is contained in:
commit
ddbec4e207
1 changed files with 21 additions and 0 deletions
21
History.rdoc
21
History.rdoc
|
@ -1,5 +1,26 @@
|
||||||
== Development (master)
|
== 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
|
== 1.4.1 2015-03-09
|
||||||
* Support for deletion with Sequel. (@cyberdelia)
|
* Support for deletion with Sequel. (@cyberdelia)
|
||||||
* Use ActiveRecord::Base configuration when different from config file. (@wendy0402)
|
* Use ActiveRecord::Base configuration when different from config file. (@wendy0402)
|
||||||
|
|
Loading…
Reference in a new issue