aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-17 21:03:56 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-17 21:04:43 -0300
commite6278348b7a4b2df0b10336f0287f064e068fa3f (patch)
treed281cc865e40fa12d9407142a1debaf38ff39f90 /actionpack
parent506e26687dbabd3658caa165750b4dc7f9b9bd8b (diff)
downloadrails-e6278348b7a4b2df0b10336f0287f064e068fa3f.tar.gz
rails-e6278348b7a4b2df0b10336f0287f064e068fa3f.tar.bz2
rails-e6278348b7a4b2df0b10336f0287f064e068fa3f.zip
Add CHANGELOG entry for #7927
Removed the asset_path configuration from the guides and added an entry in the upgrading_ruby_on_rails guide [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index c8773c9179..b84b461ce8 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,11 +1,17 @@
## Rails 4.0.0 (unreleased) ##
+* Remove old asset_path configuration (no longer needed now that we have the asset pipeline).
+
+ *Josh Peek*
+
* `assert_template` can be used to assert on the same template with different locals
Fix #3675
*Yves Senn*
-* Remove old asset tag concatenation (no longer needed now that we have the asset pipeline). *Josh Peek*
+* 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*