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

Add the CHANGELOG entry that Guillermo forgot :P

This commit is contained in:
Santiago Pastorino 2012-10-02 00:06:05 -03:00
parent 037e50ec39
commit 8ea88c3b74

View file

@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
* Remove actionpack's rack-cache dependency and declare the
dependency in the Gemfile.
*Guillermo Iguarán*
* Rename internal variables on ActionController::TemplateAssertions to prevent
naming collisions. @partials, @templates and @layouts are now prefixed with an underscore.
Fix #7459