From 35ee713cd8cb07a303a39b74389005eab15c32c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Sat, 7 Feb 2026 21:03:34 +0100 Subject: [PATCH] fix comment about pr #5566, #5338 Co-authored-by: Fijxu --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1603c52..923b1659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Livestream navigation, playlists, and channel metadata also see overdue fixes: T - Companion integration is sturdier: CSP is generated once, check identifiers persist, unwanted headers are stripped, and the helper hyperlink is fixed (#5497, #5575, #5595, #5491) - Runtime and packaging updates pin docker/OCI builds to Crystal 1.16.3, bring an optional Crystal 1.18.2 + Alpine 3.23 image, and compile OpenSSL from source to mitigate the memory leak seen with Alpine-provided OpenSSL (#5604, #5577, #5574, #5441) - Configuration docs saw polish with unix socket instructions, refreshed HTTP proxy comments, and corrected README commands (#5347, #5586, #5607) - - Server stability improves via a larger `max_request_line_size` and a rewritten static file handler (#5566, #5338) + - Server stability improves via a larger `max_request_line_size` that is required to be able to access some next pages of Youtube channels videos and a rewritten static file handler (#5566, #5338) #### For developers - Top-level constants moved into dedicated modules, preferences handling was cleaned up, and the legacy signature helper is finally removed (#5596, #5450, #5550)