From f68508b6ce7647d0109f9a6dd3bb4606a42254c1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 21 Jun 2021 18:37:56 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 2a6d7ffe..7ff77de4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -301,9 +301,9 @@ ``make_format_to_n_args``. They have been replaced with ``format_context``, ``format_args` and ``make_format_args`` respectively. -* Moved ``wchar_t``-specific functions and types to ``fmt/wchar.h``. - You can define ``FMT_DEPRECATED_INCLUDE_WCHAR`` to automatically include - ``fmt/wchar.h`` from ``fmt/format.h`` but this will be disabled in the next +* Moved ``wchar_t``-specific functions and types to ``fmt/xchar.h``. + You can define ``FMT_DEPRECATED_INCLUDE_XCHAR`` to automatically include + ``fmt/xchar.h`` from ``fmt/format.h`` but this will be disabled in the next major release. * Fixed handling of the ``'+'`` specifier in localized formatting