mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix CHANGELOG alignment [ci-skip]
This commit is contained in:
parent
445d400a65
commit
b4b4edd85e
1 changed files with 4 additions and 4 deletions
|
@ -31,11 +31,11 @@
|
|||
|
||||
* Support encrypted attributes on columns with default db values.
|
||||
|
||||
This adds support for encrypted attributes defined on columns with default values.
|
||||
It will encrypt those values at creation time. Before, it would raise an
|
||||
error unless `config.active_record.encryption.support_unencrypted_data` was true.
|
||||
This adds support for encrypted attributes defined on columns with default values.
|
||||
It will encrypt those values at creation time. Before, it would raise an
|
||||
error unless `config.active_record.encryption.support_unencrypted_data` was true.
|
||||
|
||||
*Jorge Manrubia* and *Dima Fatko*
|
||||
*Jorge Manrubia* and *Dima Fatko*
|
||||
|
||||
* Allow overriding `reading_request?` in `DatabaseSelector::Resolver`
|
||||
|
||||
|
|
Loading…
Reference in a new issue