File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments