From 71a548387532002730c0706a410931bb7cfbdd1a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 3 May 2025 07:29:28 -0700 Subject: [PATCH] Update changelog --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index c57d59b8..ad019d66 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -19,7 +19,7 @@ ``` (The actual message is platform-specific.) -- Fixed formatting of `std::chrono::local_time` +- Fixed formatting of `std::chrono::local_time` and `tm` (https://github.com/fmtlib/fmt/issues/3815, https://github.com/fmtlib/fmt/issues/4350). For example ([godbolt](https://www.godbolt.org/z/8o4b1PPn5)):