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:
parent
037e50ec39
commit
8ea88c3b74
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue