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.