File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
- Worked around an ABI issue in spdlog
7
7
(https://github.com/fmtlib/fmt/issues/4385 ).
8
8
9
- - Optimized ` text_style ` using bit packing
10
- (https://github.com/fmtlib/fmt/pull/4363 ). Thanks @LocalSpook .
11
-
12
9
- Fixed handling of named arguments in format specs
13
10
(https://github.com/fmtlib/fmt/issues/4360 ,
14
11
https://github.com/fmtlib/fmt/pull/4361 ). Thanks @dinomight .
15
12
16
13
- Added error reporting for duplicate named arguments
17
14
(https://github.com/fmtlib/fmt/pull/4367 ). Thanks @dinomight .
18
15
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
+
19
21
# 11.1.4 - 2025-02-26
20
22
21
23
- Fixed ABI compatibility with earlier 11.x versions on Windows
You can’t perform that action at this time.
0 commit comments