aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2012-12-07 06:02:43 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2012-12-07 06:02:43 +0000
commitaf73e3cb15c966129221009f1de35dea8de6578e (patch)
tree9198ef801d6626b0b30e686700390ca6b8e4b977 /actionpack/CHANGELOG.md
parent55dec5a7da3e0bed51b1a37d152df9c7395e5a80 (diff)
downloadrails-af73e3cb15c966129221009f1de35dea8de6578e.tar.gz
rails-af73e3cb15c966129221009f1de35dea8de6578e.tar.bz2
rails-af73e3cb15c966129221009f1de35dea8de6578e.zip
Revert "Invert precedence of content in ActionDispatch::Static"
This reverts commit c59734f756b79c39486c45273d2cc5d42cd0c864.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 43880f2412..b57408ede3 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,11 +1,4 @@
## Rails 4.0.0 (unreleased) ##
-
-* Invert precedence in `ActionDispatch::Static` so that dynamic content is preferred.
- This prevents precompiled assets inadvertently being included twice when running
- in development mode. Fixes #6421
-
- *Andrew White*
-
* Add :if / :unless conditions to fragment cache:
<%= cache @model, if: some_condition(@model) do %>