Update changlog

This commit is contained in:
Victor Zverovich 2019-12-01 16:26:07 -08:00
parent 0184df7020
commit e71e07d9fb

View File

@ -71,7 +71,8 @@
Thanks `@tankiJong (Tanki Zhang) <https://github.com/tankiJong>`_. Thanks `@tankiJong (Tanki Zhang) <https://github.com/tankiJong>`_.
* Made compile time in the header-only mode ~20% faster by reducing the number * 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 * Added an overload of ``fmt::join`` that works with tuples
(`#1322 <https://github.com/fmtlib/fmt/issues/1322>`_, (`#1322 <https://github.com/fmtlib/fmt/issues/1322>`_,