Add changelog entry for precompile config

This commit is contained in:
Joshua Peek 2012-10-17 21:37:01 -05:00
parent 0dfebbcd8e
commit a3913ca3ba
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
* Only non-js/css under app/assets path will be included in default config.assets.precompile.
*Josh Peek*
* Remove support for the RAILS_ASSET_ID environment configuration
(no longer needed now that we have the asset pipeline).