From 2a7c45b54eed06c5709674aad74edc0dbc8b1fcb Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 19 Aug 2023 08:19:01 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index cf3d9dfc..576e6c6b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -103,6 +103,9 @@ Thanks `@gix (Nico Rieck) `_, `@hmbj (Hans-Martin B. Jensen) `_. +* Added support for the ``?`` format specifier to ``std::filesystem::path`` and + made the default unescaped for consistency with strings. + * Deprecated the wide stream overload of ``printf``. * Removed unused ``basic_printf_parse_context``.