File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1515- Optimized ` text_style ` using bit packing
1616 (https://github.com/fmtlib/fmt/pull/4363 ). Thanks @LocalSpook .
1717
18+ - Added support for incomplete types (https://github.com/fmtlib/fmt/issues/3180 ,
19+ https://github.com/fmtlib/fmt/pull/4383 ). Thanks @LocalSpook .
20+
21+ - Fixed ` fmt::println ` usage with ` FMT_ENFORCE_COMPILE_STRING ` and legacy
22+ compile-time checks (https://github.com/fmtlib/fmt/pull/4407 ).
23+ Thanks @madmaxoft .
24+
25+ - Removed legacy header ` fmt/core.h ` from docs
26+ (https://github.com/fmtlib/fmt/pull/4421 ,
27+ https://github.com/fmtlib/fmt/pull/4422 ). Thanks @krzysztofkortas .
28+
29+ - Worked around a bug in MSVC v141 (https://github.com/fmtlib/fmt/issues/4412 ,
30+ https://github.com/fmtlib/fmt/pull/4413 ). Thanks @hirohira9119 .
31+
32+ - Fixed a CMake error when setting ` CMAKE_MODULE_PATH ` in the pedantic mode
33+ (https://github.com/fmtlib/fmt/pull/4426 ). Thanks @rlalik .
34+
35+ - Updated the Bazel config (https://github.com/fmtlib/fmt/pull/4400 ).
36+ Thanks @Vertexwahn .
37+
1838# 11.1.4 - 2025-02-26
1939
2040- Fixed ABI compatibility with earlier 11.x versions on Windows
You can’t perform that action at this time.
0 commit comments