Skip to content

Commit 67d9e49

Browse files
committed
Update changelog
1 parent 9db5e4d commit 67d9e49

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ChangeLog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@
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

0 commit comments

Comments
 (0)