From b5f6b36b00b933ad384aaf37f0c5b46ec4efb831 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 22 Dec 2023 16:55:02 -0800 Subject: [PATCH] Update changelog --- ChangeLog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 2e51d107..87ec5278 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,13 @@ +# 10.2.0 - TBD + +- Fixed various warnings and compilation issues + (https://github.com/fmtlib/fmt/pull/3624). Thanks @vinayyadav3016. + +- Updated CI dependencies + (https://github.com/fmtlib/fmt/pull/3615, + https://github.com/fmtlib/fmt/pull/3622, + https://github.com/fmtlib/fmt/pull/3623). + # 10.1.1 - 2023-08-28 - Added formatters for `std::atomic` and `atomic_flag`