aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-08 23:18:57 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-19 18:02:37 -0500
commit66ed71fd6fbbdc25148459a91074974287318bf5 (patch)
tree1615ff170385d2f580b60478b8ab384b2502e266 /railties/CHANGELOG.md
parentc4111ec5f84a549c759a154de9f5822b66d95385 (diff)
downloadrails-66ed71fd6fbbdc25148459a91074974287318bf5.tar.gz
rails-66ed71fd6fbbdc25148459a91074974287318bf5.tar.bz2
rails-66ed71fd6fbbdc25148459a91074974287318bf5.zip
Remove highly uncommon `config.assets.manifest` option for moving the manifest path.
This option is now unsupported in sprockets-rails.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index acd2077c2d..8c2b64d543 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Remove highly uncommon `config.assets.manifest` option for moving the manifest path.
+ This option is now unsupported in sprockets-rails.
+
+ *Guillermo Iguaran & Dmitry Vorotilin*
+
* Add `config.action_controller.permit_all_parameters` to disable
StrongParameters protection, it's false by default.