aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-02-01 17:03:17 -0200
committerRafael França <rafaelmfranca@gmail.com>2016-02-01 17:03:17 -0200
commit04dea729e3151b57ee15d88a38100b2951b84335 (patch)
treeb92c42f29b66baeefec5d6a3605ad89265796f47 /guides
parent2341a8e2401f782db5f133c3a34bc487d299ebdc (diff)
parentb3427c662e337c2a3aa8d944b0f012641e67a4bd (diff)
downloadrails-04dea729e3151b57ee15d88a38100b2951b84335.tar.gz
rails-04dea729e3151b57ee15d88a38100b2951b84335.tar.bz2
rails-04dea729e3151b57ee15d88a38100b2951b84335.zip
Merge pull request #23151 from maclover7/fix-23148
Add documentation for #17573
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_0_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 2650384df3..f45c8005da 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -253,6 +253,9 @@ Please refer to the [Changelog][action-pack] for detailed changes.
`ActionDispatch::IntegrationTest` instead.
([commit](https://github.com/rails/rails/commit/4414c5d1795e815b102571425974a8b1d46d932d))
+* Rails will only generate "weak", instead of strong ETags.
+ ([Pull Request](https://github.com/rails/rails/pull/17573))
+
Action View
-------------