From 3107bdc2ea581f5f99d36efc74178e5b4f9ae213 Mon Sep 17 00:00:00 2001 From: Akshat Sinha <113134119+akshatsinha0@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:59:26 +0530 Subject: [PATCH] docs(changelog): fix typo in 3.7.0 release notes (#17368) Corrects BUGIFX to BUGFIX for remote-write panic fix entry. Signed-off-by: Akshat Sinha --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe61290ca2..e3ab9cb1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ * [BUGFIX] TSDB: Avoid misleading `Failed to calculate size of \"wal\" dir` error logs during WAL clean-up. #17006 * [BUGFIX] TSDB: Prevent erroneously dropping series records during WAL checkpoints. #17029 * [BUGFIX] UI: Fix redirect to path of `-web.external-url` if `-web.route-prefix` is configured. #17240 -* [BUGIFX] Remote-write: Do not panic on invalid symbol table in remote-write 2.0. #17160 +* [BUGFIX] Remote-write: Do not panic on invalid symbol table in remote-write 2.0. #17160 ## 3.6.0 / 2025-09-17