aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2012-10-10 19:22:31 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2012-10-10 19:22:31 +0200
commitbf24ba98b37613742aa292000cdcb29f866918a8 (patch)
tree8ed70dfdf39e62090ac3de10f64631ce025eb351 /actionpack
parentaffd05d28b3fbd0f6cbbf6e6823e352405f4fd34 (diff)
downloadrails-bf24ba98b37613742aa292000cdcb29f866918a8.tar.gz
rails-bf24ba98b37613742aa292000cdcb29f866918a8.tar.bz2
rails-bf24ba98b37613742aa292000cdcb29f866918a8.zip
Add changelog entry for killing the asset tag concatenation
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 77010ecc70..fd02492834 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Remove old asset tag concatenation (no longer needed now that we have the asset pipeline). *Josh Peek*
+
* Accept :remote as symbolic option for `link_to` helper. *Riley Lynch*
* Warn when the `:locals` option is passed to `assert_template` outside of a view test case