From 5c7468dba8204334acab93f984641bfc32d839b9 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Fri, 28 Jan 2022 11:52:56 +0530 Subject: [PATCH] Fixes active storage changelog entry(#44244) formatting [ci skip] --- activestorage/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md index 18c0642b77..64ad28d5d4 100644 --- a/activestorage/CHANGELOG.md +++ b/activestorage/CHANGELOG.md @@ -1,11 +1,11 @@ * Don't stream responses in redirect mode Previously, both redirect mode and proxy mode streamed their - responses which caused a new thread to be created, and could end - up leaking connections in the connection pool. But since redirect - mode doesn't actually send any data, it doesn't need to be - streamed. + responses which caused a new thread to be created, and could end + up leaking connections in the connection pool. But since redirect + mode doesn't actually send any data, it doesn't need to be + streamed. - *Luke Lau* + *Luke Lau* Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/activestorage/CHANGELOG.md) for previous changes.