mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add CHANGELOG entry for opt-out option of automatic template digesting
This commit is contained in:
parent
5b9c9026c4
commit
e969ba955d
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
## Rails 4.0.0 (unreleased) ##
|
||||
|
||||
* Add option flag to `CacheHelper#cache` to manually bypass automatic template digests:
|
||||
|
||||
<% cache project, skip_digest: true do %>
|
||||
...
|
||||
<% end %>
|
||||
|
||||
*Drew Ulmer*
|
||||
|
||||
* No sort Hash options in #grouped_options_for_select. *Sergey Kojin*
|
||||
|
||||
* Accept symbols as #send_data :disposition value *Elia Schito*
|
||||
|
|
Loading…
Reference in a new issue