Skip to content

Commit 8c1059b

Browse files
committed
Update changelog
1 parent 4e5aafb commit 8c1059b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

ChangeLog.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,20 @@
99
- Moved `is_compiled_string` to the public API
1010
(https://github.com/fmtlib/fmt/issues/4342). Thanks @SwooshyCueb.
1111

12+
- Simplified implementation of `operator""_cf`
13+
(https://github.com/fmtlib/fmt/pull/4349). Thanks @LocalSpook.
14+
1215
- Fixed `__builtin_strlen` detection (https://github.com/fmtlib/fmt/pull/4329).
1316
Thanks @LocalSpook.
1417

15-
- Fixed gcc 8.3 compile errors (https://github.com/fmtlib/fmt/pull/4336).
16-
Thanks @sergiud.
18+
- Fixed handling of BMI paths with the Ninja generator
19+
(https://github.com/fmtlib/fmt/pull/4344). Thanks @tkhyn.
20+
21+
- Fixed gcc 8.3 compile errors (https://github.com/fmtlib/fmt/issues/4331,
22+
https://github.com/fmtlib/fmt/pull/4336). Thanks @sergiud.
23+
24+
- Fixed a bogus MSVC warning (https://github.com/fmtlib/fmt/pull/4356).
25+
Thanks @dinomight.
1726

1827
# 11.1.3 - 2025-01-25
1928

0 commit comments

Comments
 (0)