mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
update changelog for v1.8.0.
This commit is contained in:
parent
b082309055
commit
ec3d5d8b5b
1 changed files with 16 additions and 1 deletions
17
History.rdoc
17
History.rdoc
|
@ -1,8 +1,23 @@
|
|||
== Development (master)
|
||||
|
||||
=== Bug Fixes
|
||||
=== Changes
|
||||
|
||||
== 1.8.0 2018-04-19
|
||||
|
||||
=== Bug Fixes
|
||||
* Fix MySQL deprecation warnings with Rails 5: https://github.com/DatabaseCleaner/database_cleaner/pull/574
|
||||
* Fix MySQL truncation with `pre_count: true`: https://github.com/DatabaseCleaner/database_cleaner/pull/498
|
||||
* Fix primary key sequence resetting in Sequel with Postgres and SQLite: https://github.com/DatabaseCleaner/database_cleaner/pull/538/files
|
||||
* ActiveRecord truncation adapter doesn't work with Oracle: https://github.com/DatabaseCleaner/database_cleaner/pull/542
|
||||
|
||||
=== Changes
|
||||
* Extract ORM adapters into gems: https://github.com/DatabaseCleaner/database_cleaner/pull/560
|
||||
* Allow postgres:///dbname as a local url: https://github.com/DatabaseCleaner/database_cleaner/pull/569
|
||||
* Add an optional URL whitelist safeguard: https://github.com/DatabaseCleaner/database_cleaner/pull/526
|
||||
* Add `local` tld to safeguard check: https://github.com/DatabaseCleaner/database_cleaner/pull/547
|
||||
* Speed up ActiveRecord deletion strategy: https://github.com/DatabaseCleaner/database_cleaner/pull/534
|
||||
* Consider `sqlite:` database urls to be local: https://github.com/DatabaseCleaner/database_cleaner/pull/529
|
||||
|
||||
== 1.7.0 2018-04-19
|
||||
|
||||
=== Bug Fixes
|
||||
|
|
Loading…
Reference in a new issue