From 1819f7fa43e2bfb2c936ed1b2cfda098d5f204c8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 8 Jun 2026 07:35:25 +0200 Subject: [PATCH] Update changelog --- ChangeLog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a9d37b2c..7c3430af 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,8 +7,7 @@ ```c++ #include - char buf[100]; - int n = fmt_format(buf, sizeof(buf), "The answer is {}.", 42); + fmt_print(stdout, "The answer is {}.\n", 42); ``` (https://github.com/fmtlib/fmt/issues/4663, @@ -16,7 +15,8 @@ https://github.com/fmtlib/fmt/pull/4696, https://github.com/fmtlib/fmt/issues/4693, https://github.com/fmtlib/fmt/pull/4694, - https://github.com/fmtlib/fmt/pull/4712). + https://github.com/fmtlib/fmt/pull/4712, + https://github.com/fmtlib/fmt/pull/4789). Thanks @Soumik15630m, @Ferdi265 and @localspook. - Added a separate `fmt::fmt-module` CMake target for C++20 modules and a