mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing entry in CHANGELOG about config.assets.cache change
This commit is contained in:
parent
8815de7b42
commit
9f3d864855
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
|||
## Rails 4.0.0 (unreleased) ##
|
||||
|
||||
* Set a different cache per environment for assets pipeline
|
||||
through `config.assets.cache`.
|
||||
|
||||
*Guillermo Iguaran*
|
||||
|
||||
* `Rails.public_path` now returns a Pathname object. *Prem Sichanugrist*
|
||||
|
||||
* Remove highly uncommon `config.assets.manifest` option for moving the manifest path.
|
||||
This option is now unsupported in sprockets-rails.
|
||||
This option is now unsupported in sprockets-rails.
|
||||
|
||||
*Guillermo Iguaran & Dmitry Vorotilin*
|
||||
|
||||
|
@ -12,7 +17,7 @@
|
|||
|
||||
*Guillermo Iguaran*
|
||||
|
||||
* Remove `config.active_record.whitelist_attributes` and
|
||||
* Remove `config.active_record.whitelist_attributes` and
|
||||
`config.active_record.mass_assignment_sanitizer` from new applications since
|
||||
MassAssignmentSecurity has been extracted from Rails.
|
||||
|
||||
|
|
Loading…
Reference in a new issue