From 989826ce50e39985ecbb56719b1396ffe6ed08ae Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 22 Mar 2025 08:03:54 -0700 Subject: [PATCH] Update changelog --- ChangeLog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index bf4511cb..9881dd5c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,9 +6,6 @@ - Worked around an ABI issue in spdlog (https://github.com/fmtlib/fmt/issues/4385). -- Optimized `text_style` using bit packing - (https://github.com/fmtlib/fmt/pull/4363). Thanks @LocalSpook. - - Fixed handling of named arguments in format specs (https://github.com/fmtlib/fmt/issues/4360, https://github.com/fmtlib/fmt/pull/4361). Thanks @dinomight. @@ -16,6 +13,11 @@ - Added error reporting for duplicate named arguments (https://github.com/fmtlib/fmt/pull/4367). Thanks @dinomight. +- Fixed formatting of `long` with `FMT_BUILTIN_TYPES=0`. + +- Optimized `text_style` using bit packing + (https://github.com/fmtlib/fmt/pull/4363). Thanks @LocalSpook. + # 11.1.4 - 2025-02-26 - Fixed ABI compatibility with earlier 11.x versions on Windows