From 67252257504262398450aa1fa822e7729f531291 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 9 Jul 2024 13:22:56 -0700 Subject: [PATCH] Update changelog --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 54bda61e..d3b7585f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # 11.0.2 - TBD +- Fixed compatibility with non-POSIX systems + (https://github.com/fmtlib/fmt/issues/4054). + - Made `Glib::ustring` not be confused with `std::string` (https://github.com/fmtlib/fmt/issues/4052).