Skip to content

Commit 7adc922

Browse files
committed
Update changelog
1 parent 70ed0ab commit 7adc922

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

ChangeLog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
- Added demangling support (used in exception and `std::type_info` formatters)
2828
for libc++ and clang-cl
29-
(https://github.com/fmtlib/fmt/pull/4560,
29+
(https://github.com/fmtlib/fmt/issues/4542,
30+
https://github.com/fmtlib/fmt/pull/4560,
3031
https://github.com/fmtlib/fmt/issues/4568,
3132
https://github.com/fmtlib/fmt/pull/4571).
3233
Thanks @FatihBAKIR and @rohitsutreja.
@@ -38,6 +39,12 @@
3839
- Made the `FMT_USE_CONSTEVAL` macro configurable by users
3940
(https://github.com/fmtlib/fmt/pull/4546). Thanks @SnapperTT.
4041

42+
- Fixed compilation with locale disabled in the header-only mode
43+
(https://github.com/fmtlib/fmt/issues/4550).
44+
45+
- Fixed compilation with clang 21 and `-std=c++20`
46+
(https://github.com/fmtlib/fmt/issues/4552).
47+
4148
- Fixed a dynamic linking issue with clang-cl
4249
(https://github.com/fmtlib/fmt/issues/4576,
4350
https://github.com/fmtlib/fmt/pull/4584). Thanks @FatihBAKIR.
@@ -55,7 +62,8 @@
5562
Thanks @LiangHuDream and @teruyamato0731.
5663

5764
- Improved documentation
58-
(https://github.com/fmtlib/fmt/pull/4551,
65+
(https://github.com/fmtlib/fmt/issues/4549,
66+
https://github.com/fmtlib/fmt/pull/4551,
5967
https://github.com/fmtlib/fmt/issues/4566,
6068
https://github.com/fmtlib/fmt/pull/4567,
6169
https://github.com/fmtlib/fmt/pull/4578,).

0 commit comments

Comments
 (0)