Update changelog

This commit is contained in:
Victor Zverovich 2024-07-05 08:20:52 -07:00
parent a96259701e
commit 2208143acc

View File

@ -9,6 +9,10 @@
- Fixed deprecated `visit_format_arg` (https://github.com/fmtlib/fmt/pull/4043).
Thanks @nebkat.
- Fixed handling of a sign and improved the `std::complex` formater
(https://github.com/fmtlib/fmt/pull/4034,
https://github.com/fmtlib/fmt/pull/4050). Thanks @tesch1 and @phprus.
- Removed a redundant check in the formatter for `std::expected`
(https://github.com/fmtlib/fmt/pull/4040). Thanks @phprus.