From 232c6bc4815f4c57361a5cad4eafd21defc107e7 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 4 Jul 2024 08:02:45 -0700 Subject: [PATCH] Update changelog --- ChangeLog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 82c0fd6a..a4cbbf7a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,17 @@ +# 11.0.1 - TBD + +- Fixed version number in the inline namespace + (https://github.com/fmtlib/fmt/issues/4047). + +- Fixed disabling Unicode support via CMake + (https://github.com/fmtlib/fmt/issues/4051). + +- Fixed deprecated `visit_format_arg` (https://github.com/fmtlib/fmt/pull/4043). + Thanks @nebkat. + +- Removed a redundant check in the formatter for `std::expected` + (https://github.com/fmtlib/fmt/pull/4040). Thanks @phprus. + # 11.0.0 - 2024-07-01 - Added `fmt/base.h` which provides a subset of the API with minimal include