From e71e07d9fb730d2ce092b7e9721885b41d72cee9 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 1 Dec 2019 16:26:07 -0800 Subject: [PATCH] Update changlog --- ChangeLog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 `_,