1
0
Fork 0
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:
Drew Ulmer 2012-11-27 09:26:18 -06:00
parent 5b9c9026c4
commit e969ba955d

View file

@ -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*