diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-17 22:17:08 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-10-17 22:18:08 -0300 |
commit | d7f8b2a06811ca3266946b1e6bef27cd5ce09762 (patch) | |
tree | c61f6bad54222436e62ef5f78ad13ef7a5a10789 /actionpack | |
parent | e6278348b7a4b2df0b10336f0287f064e068fa3f (diff) | |
download | rails-d7f8b2a06811ca3266946b1e6bef27cd5ce09762.tar.gz rails-d7f8b2a06811ca3266946b1e6bef27cd5ce09762.tar.bz2 rails-d7f8b2a06811ca3266946b1e6bef27cd5ce09762.zip |
Add more CHANGELOG entries from #7927
Also remove references for RAILS_ASSET_ID from the guides
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index b84b461ce8..60aa675c3d 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* Remove support for the RAILS_ASSET_ID environment configuration + (no longer needed now that we have the asset pipeline). + + *Josh Peek* + * Remove old asset_path configuration (no longer needed now that we have the asset pipeline). *Josh Peek* |