Skip to content

Commit

Permalink
Update History file with 1.7.0 changes and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Apr 19, 2018
1 parent 83c485c commit ec01c43
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion History.rdoc
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ec01c43

Please sign in to comment.