Update changelog

This commit is contained in:
Victor Zverovich
2025-10-25 08:02:24 -07:00
parent 70ed0ab82a
commit 7adc922ebb

View File

@@ -26,7 +26,8 @@
- Added demangling support (used in exception and `std::type_info` formatters) - Added demangling support (used in exception and `std::type_info` formatters)
for libc++ and clang-cl for libc++ and clang-cl
(https://github.com/fmtlib/fmt/pull/4560, (https://github.com/fmtlib/fmt/issues/4542,
https://github.com/fmtlib/fmt/pull/4560,
https://github.com/fmtlib/fmt/issues/4568, https://github.com/fmtlib/fmt/issues/4568,
https://github.com/fmtlib/fmt/pull/4571). https://github.com/fmtlib/fmt/pull/4571).
Thanks @FatihBAKIR and @rohitsutreja. Thanks @FatihBAKIR and @rohitsutreja.
@@ -38,6 +39,12 @@
- Made the `FMT_USE_CONSTEVAL` macro configurable by users - Made the `FMT_USE_CONSTEVAL` macro configurable by users
(https://github.com/fmtlib/fmt/pull/4546). Thanks @SnapperTT. (https://github.com/fmtlib/fmt/pull/4546). Thanks @SnapperTT.
- Fixed compilation with locale disabled in the header-only mode
(https://github.com/fmtlib/fmt/issues/4550).
- Fixed compilation with clang 21 and `-std=c++20`
(https://github.com/fmtlib/fmt/issues/4552).
- Fixed a dynamic linking issue with clang-cl - Fixed a dynamic linking issue with clang-cl
(https://github.com/fmtlib/fmt/issues/4576, (https://github.com/fmtlib/fmt/issues/4576,
https://github.com/fmtlib/fmt/pull/4584). Thanks @FatihBAKIR. https://github.com/fmtlib/fmt/pull/4584). Thanks @FatihBAKIR.
@@ -55,7 +62,8 @@
Thanks @LiangHuDream and @teruyamato0731. Thanks @LiangHuDream and @teruyamato0731.
- Improved documentation - Improved documentation
(https://github.com/fmtlib/fmt/pull/4551, (https://github.com/fmtlib/fmt/issues/4549,
https://github.com/fmtlib/fmt/pull/4551,
https://github.com/fmtlib/fmt/issues/4566, https://github.com/fmtlib/fmt/issues/4566,
https://github.com/fmtlib/fmt/pull/4567, https://github.com/fmtlib/fmt/pull/4567,
https://github.com/fmtlib/fmt/pull/4578,). https://github.com/fmtlib/fmt/pull/4578,).