Skip to content

Commit 989826c

Browse files
committed
Update changelog
1 parent 9d6e24c commit 989826c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ChangeLog.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@
66
- Worked around an ABI issue in spdlog
77
(https://github.com/fmtlib/fmt/issues/4385).
88

9-
- Optimized `text_style` using bit packing
10-
(https://github.com/fmtlib/fmt/pull/4363). Thanks @LocalSpook.
11-
129
- Fixed handling of named arguments in format specs
1310
(https://github.com/fmtlib/fmt/issues/4360,
1411
https://github.com/fmtlib/fmt/pull/4361). Thanks @dinomight.
1512

1613
- Added error reporting for duplicate named arguments
1714
(https://github.com/fmtlib/fmt/pull/4367). Thanks @dinomight.
1815

16+
- Fixed formatting of `long` with `FMT_BUILTIN_TYPES=0`.
17+
18+
- Optimized `text_style` using bit packing
19+
(https://github.com/fmtlib/fmt/pull/4363). Thanks @LocalSpook.
20+
1921
# 11.1.4 - 2025-02-26
2022

2123
- Fixed ABI compatibility with earlier 11.x versions on Windows

0 commit comments

Comments
 (0)