From 9f3d864855f9c2a6e89c611d977951eb1b042657 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Tue, 9 Oct 2012 12:16:51 -0500 Subject: Add missing entry in CHANGELOG about config.assets.cache change --- railties/CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index a422c5fe39..1e6aa1afd4 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -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. -- cgit v1.2.3