mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Update History file with 1.7.0 changes and fixes
This commit is contained in:
parent
83c485cdfa
commit
ec01c43005
1 changed files with 9 additions and 1 deletions
10
History.rdoc
10
History.rdoc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue