From 3a2205c60d662205b6798dcef8a99ad8b997ae28 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sun, 27 Jun 2021 07:07:18 +0900 Subject: [PATCH] :nail_care: Adjust the wording for AC::DataStreaming Cache-Control hack [ci skip] --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index e44f68ca38..7498111d79 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,6 +1,6 @@ * Remove IE6-7-8 file download related hack/fix from ActionController::DataStreaming module - Not hugely relevant due to age of those IE versions and it creates somewhat unexpected Cache-Control headers. + Due to the age of those versions of IE this fix is no longer relevant, more importantly it creates an edge-case for unexpected Cache-Control headers. *Tadas Sasnauskas*