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

Add #25546 and #25817 to changelog [ci skip]

This commit is contained in:
Philip Nguyen 2016-09-22 16:17:03 -07:00
parent f08bb28702
commit 6d67c0ef96

View file

@ -1,3 +1,11 @@
* Fix adding implicitly rendered template digests to ETags.
Fixes a case when modifying an implicitly rendered template for a
controller action using `fresh_when` or `stale?` would not result in a new
`ETag` value.
*Javan Makhmali*
* Make `fixture_file_upload` work in integration tests.
*Yuji Yaginuma*