Update ChangeLog.rst

This commit is contained in:
Victor Zverovich 2020-07-04 10:16:55 -07:00 committed by GitHub
parent 9e20883ab3
commit 7c33059fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
----------- -----------
* Reduced the library size. For example, on macOS the stripped binary * Reduced the library size. For example, on macOS the stripped binary
statically linked with {fmt} shrank from ~368k to less than 100k: statically linked with {fmt} `shrank from ~368k to less than 100k
http://www.zverovich.net/2020/05/21/reducing-library-size.html. <http://www.zverovich.net/2020/05/21/reducing-library-size.html>`_.
* Added simpler and more efficient format string compilation API * Added a simpler and more efficient `format string compilation API
(https://fmt.dev/dev/api.html#compile-api): <https://fmt.dev/dev/api.html#compile-api>`_:
.. code:: c++ .. code:: c++
@ -19,9 +19,9 @@
The old ``fmt::compile`` API is now deprecated. The old ``fmt::compile`` API is now deprecated.
* Optimized integer formatting: ``format_to`` with format string compilation * Optimized integer formatting: ``format_to`` with format string compilation
and a stack-allocated buffer is now faster than ``to_chars`` on both and a stack-allocated buffer is now `faster than to_chars on both
libc++ and libstdc++ libc++ and libstdc++
(http://www.zverovich.net/2020/06/13/fast-int-to-string-revisited.html). <http://www.zverovich.net/2020/06/13/fast-int-to-string-revisited.html>`_.
* Applied extern templates to improve compile times when using the core API * Applied extern templates to improve compile times when using the core API
and ``fmt/format.h`` (`#1452`_). For example, on macOS with clang the compile and ``fmt/format.h`` (`#1452`_). For example, on macOS with clang the compile