Add changelog entry for killing the asset tag concatenation

This commit is contained in:
David Heinemeier Hansson 2012-10-10 19:22:31 +02:00
parent affd05d28b
commit bf24ba98b3

@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ## ## 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* * 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 * Warn when the `:locals` option is passed to `assert_template` outside of a view test case