Update changelog

This commit is contained in:
Victor Zverovich 2024-07-20 07:14:03 -07:00
parent e84297f255
commit b47d662e71

View File

@ -5,7 +5,7 @@
https://github.com/fmtlib/fmt/issues/4060). https://github.com/fmtlib/fmt/issues/4060).
- Fixed performance regressions when using `std::back_insert_iterator` with - Fixed performance regressions when using `std::back_insert_iterator` with
`fmt::format_to`. `fmt::format_to` (https://github.com/fmtlib/fmt/issues/4070).
- Fixed handling of `std::generator` and move-only iterators - Fixed handling of `std::generator` and move-only iterators
(https://github.com/fmtlib/fmt/issues/4053, (https://github.com/fmtlib/fmt/issues/4053,