From b47d662e7166b8379d8c1f44b514bb74a8d9e74b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 20 Jul 2024 07:14:03 -0700 Subject: [PATCH] Update changelog --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5da61013..114951fa 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,7 @@ https://github.com/fmtlib/fmt/issues/4060). - 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 (https://github.com/fmtlib/fmt/issues/4053,