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``.