1
0
Fork 0
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:
Guillermo Iguaran 2012-10-09 12:16:51 -05:00
parent 8815de7b42
commit 9f3d864855

View file

@ -1,9 +1,14 @@
## Rails 4.0.0 (unreleased) ## ## 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* * `Rails.public_path` now returns a Pathname object. *Prem Sichanugrist*
* Remove highly uncommon `config.assets.manifest` option for moving the manifest path. * 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* *Guillermo Iguaran & Dmitry Vorotilin*
@ -12,7 +17,7 @@
*Guillermo Iguaran* *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 `config.active_record.mass_assignment_sanitizer` from new applications since
MassAssignmentSecurity has been extracted from Rails. MassAssignmentSecurity has been extracted from Rails.