From 0ad234ad131dd3b619a2e1d5607cf3218248a462 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 20 Jul 2024 06:57:55 -0700 Subject: [PATCH] Update changelog --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index cbc15c089f4d..5da610139935 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -22,6 +22,9 @@ - Made `Glib::ustring` not be confused with `std::string` (https://github.com/fmtlib/fmt/issues/4052). +- Made `fmt::context` iterator compatible with STL algorithms that rely on + iterator category (https://github.com/fmtlib/fmt/issues/4079). + # 11.0.1 - 2024-07-05 - Fixed version number in the inline namespace