Update changelog

This commit is contained in:
Victor Zverovich 2023-08-19 08:19:01 -07:00
parent bd868f3a51
commit 2a7c45b54e

View File

@ -103,6 +103,9 @@
Thanks `@gix (Nico Rieck) <https://github.com/gix>`_,
`@hmbj (Hans-Martin B. Jensen) <https://github.com/hmbj>`_.
* 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``.