From a81842428d8bce9d66a1da74a6edd3bb85efea9e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 29 Mar 2025 08:14:25 -0700 Subject: [PATCH] Update changelog --- ChangeLog.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9881dd5c..1da4eab0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,11 +1,8 @@ -# 11.1.5 - TBD +# 11.2.0 - TBD - Fixed compilation with GCC 15 and C++20 modules enabled (https://github.com/fmtlib/fmt/pull/4347). Thanks @tkhyn. -- Worked around an ABI issue in spdlog - (https://github.com/fmtlib/fmt/issues/4385). - - Fixed handling of named arguments in format specs (https://github.com/fmtlib/fmt/issues/4360, https://github.com/fmtlib/fmt/pull/4361). Thanks @dinomight.