1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing entry in CHANGELOG about config.assets.cache change

This commit is contained in:
Guillermo Iguaran 2012-10-09 12:16:51 -05:00
parent 8815de7b42
commit 9f3d864855

View file

@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##
* Set a different cache per environment for assets pipeline
through `config.assets.cache`.
*Guillermo Iguaran*
* `Rails.public_path` now returns a Pathname object. *Prem Sichanugrist* * `Rails.public_path` now returns a Pathname object. *Prem Sichanugrist*
* Remove highly uncommon `config.assets.manifest` option for moving the manifest path. * Remove highly uncommon `config.assets.manifest` option for moving the manifest path.