Update ChangeLog.rst

This commit is contained in:
Victor Zverovich 2020-10-22 09:27:49 -07:00 committed by GitHub
parent 0452a4e71f
commit 5024742f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
----------- -----------
* Added an experimental unsynchronized file output API which, together with * Added an experimental unsynchronized file output API which, together with
format string compilation, can give [5-9 times speed up compared to format string compilation, can give `5-9 times speed up compared to
`fprintf`](https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html) fprintf <https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html>`__)
on common platforms: on common platforms:
.. code:: c++ .. code:: c++
@ -15,7 +15,7 @@
f.print("The answer is {}.", 42); f.print("The answer is {}.", 42);
} }
* Improved handling of single code units in `FMT_COMPILE`. For example: * Improved handling of single code units in ``FMT_COMPILE``. For example:
.. code:: c++ .. code:: c++