aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-10-09 12:16:51 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-10-09 12:16:51 -0500
commit9f3d864855f9c2a6e89c611d977951eb1b042657 (patch)
tree1cba65447a2e3cf9aa8774083309c2824a5f3a22 /railties/CHANGELOG.md
parent8815de7b427196f00bd9f3406377928c2c269e22 (diff)
downloadrails-9f3d864855f9c2a6e89c611d977951eb1b042657.tar.gz
rails-9f3d864855f9c2a6e89c611d977951eb1b042657.tar.bz2
rails-9f3d864855f9c2a6e89c611d977951eb1b042657.zip
Add missing entry in CHANGELOG about config.assets.cache change
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md9
1 files 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.