Update History file with 1.7.0 changes and fixes

This commit is contained in:
Ernesto Tagwerker 2018-04-19 16:23:07 -04:00
parent 83c485cdfa
commit ec01c43005
1 changed files with 9 additions and 1 deletions

View File

@ -1,10 +1,18 @@
== Development (master)
=== Bug Fixes
=== Changes
== 1.7.0 2017-04-19
=== Bug Fixes
* Remove unnecessary folders from gem: https://github.com/DatabaseCleaner/database_cleaner/pull/508
* Properly quote table names: https://github.com/DatabaseCleaner/database_cleaner/pull/501
* Use more idiomatic Ruby in README: https://github.com/DatabaseCleaner/database_cleaner/pull/510
* Return ::ActiveRecord::Base from `establish_connection`: https://github.com/DatabaseCleaner/database_cleaner/pull/399
=== Changes
* Safeguard against running in production or running against a remote database
* Safeguard against running in production or running against a remote database: https://github.com/DatabaseCleaner/database_cleaner/pull/521
== 1.6.2 2017-10-29