Update changelog

This commit is contained in:
Victor Zverovich 2021-05-29 07:39:35 -07:00
parent 1cfe3c7382
commit 6a12b13a85

View File

@ -64,9 +64,9 @@
ToChars/9223372036854775807 8.77 ns 8.75 ns 75872534 ToChars/9223372036854775807 8.77 ns 8.75 ns 75872534
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
In other cases, especially involving ``std::string`` construction, the speed In other cases, especially involving ``std::string`` construction, the
up can be lower because handling format specifiers takes smaller fraction of speed up is usually lower because handling format specifiers takes a smaller
total time. fraction of the total time.
* Added the ``_cf`` user-defined literal to represent a compiled format string. * Added the ``_cf`` user-defined literal to represent a compiled format string.
It can be used instead of the ``FMT_COMPILE`` macro It can be used instead of the ``FMT_COMPILE`` macro
@ -120,7 +120,7 @@
Thanks `@DanielaE (Daniela Engert) <https://github.com/DanielaE>`_. Thanks `@DanielaE (Daniela Engert) <https://github.com/DanielaE>`_.
* Made symbols private by default reducing shared library size * Made symbols private by default reducing shared library size
(`#2299 <https://github.com/fmtlib/fmt/pull/2299>`_). For example there was (`#2301 <https://github.com/fmtlib/fmt/pull/2301>`_). For example there was
a ~15% reported reduction on one platform. a ~15% reported reduction on one platform.
Thanks `@sergiud (Sergiu Deitsch) <https://github.com/sergiud>`_. Thanks `@sergiud (Sergiu Deitsch) <https://github.com/sergiud>`_.