diff --git a/ChangeLog.rst b/ChangeLog.rst index bd4a7756..dbb92c32 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -71,7 +71,8 @@ Thanks `@tankiJong (Tanki Zhang) `_. * Made compile time in the header-only mode ~20% faster by reducing the number - of template instantiations. + of template instantiations. ``wchar_t`` overload of ``vprint`` was moved from + ``fmt/core.h`` to ``fmt/format.h``. * Added an overload of ``fmt::join`` that works with tuples (`#1322 `_,