Skip to content

Commit

Permalink
Update ChangeLog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut authored Oct 22, 2020
1 parent 0452a4e commit 5024742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
-----------

* Added an experimental unsynchronized file output API which, together with
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)
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>`__)
on common platforms:

.. code:: c++
Expand All @@ -15,7 +15,7 @@
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++

Expand Down

0 comments on commit 5024742

Please sign in to comment.