Skip to content

Commit 0843317

Browse files
committed
Update changelog
1 parent 784eac8 commit 0843317

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

ChangeLog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 11.1.5 - TBD
2+
3+
- Fixed compilation with GCC 15 and C++20 modules enabled
4+
(https://github.com/fmtlib/fmt/pull/4347). Thanks @tkhyn.
5+
6+
- Worked around an ABI issue in spdlog
7+
(https://github.com/fmtlib/fmt/issues/4385).
8+
9+
- Optimized `text_style` using bit packing
10+
(https://github.com/fmtlib/fmt/pull/4363). Thanks @LocalSpook.
11+
12+
- Fixed handling of named arguments in format specs
13+
(https://github.com/fmtlib/fmt/issues/4360,
14+
https://github.com/fmtlib/fmt/pull/4361). Thanks @dinomight.
15+
16+
- Added error reporting for duplicate named arguments
17+
(https://github.com/fmtlib/fmt/pull/4367). Thanks @dinomight.
18+
119
# 11.1.4 - 2025-02-26
220

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

0 commit comments

Comments
 (0)