From f781d2b9321934f881de1ddb5be1db69fae1632e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 25 Oct 2025 09:10:24 -0700 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 847a9bb9..fe0828f7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -39,7 +39,7 @@ - Made the `FMT_USE_CONSTEVAL` macro configurable by users (https://github.com/fmtlib/fmt/pull/4546). Thanks @SnapperTT. -- Fixed compilation with locale disabled in the header-only mode +- Fixed compilation with locales disabled in the header-only mode (https://github.com/fmtlib/fmt/issues/4550). - Fixed compilation with clang 21 and `-std=c++20`