From 5750f434faab1c5e09eed3ff9e36cd735251ad2f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 11 Jan 2025 09:06:00 -0800 Subject: [PATCH] Update changelog --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index de844050..11eec2db 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -15,6 +15,10 @@ - Updated docs for meson (https://github.com/fmtlib/fmt/pull/4291). Thanks @trim21. +- Fixed a compilation error in chrono on nvcc + (https://github.com/fmtlib/fmt/issues/4297, + https://github.com/fmtlib/fmt/pull/4301). Thanks @breyerml. + - Fixed various warnings (https://github.com/fmtlib/fmt/pull/4288, https://github.com/fmtlib/fmt/pull/4299). Thanks @GamesTrap and @edo9300.