From 83bf142378081e1ade8186be0a0913951847de2e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 4 Jun 2024 17:09:58 -0700 Subject: [PATCH] Update changelog --- ChangeLog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index c064b752..b0e36ab3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +# 11.0.0 - TBD + +- Fixed `FMT_OS` handling in CMake config + (https://github.com/fmtlib/fmt/pull/3783). Thanks @phprus. + +- Improved documentation and README (https://github.com/fmtlib/fmt/pull/3784, + https://github.com/fmtlib/fmt/pull/3789). Thanks @zencatalyst, WolleTD + # 10.2.0 - 2024-01-01 - Added support for the `%j` specifier (the number of days) for