aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2019-12-01 10:16:01 -0800
committerVictor Zverovich <victor.zverovich@gmail.com>2019-12-01 10:16:01 -0800
commit186b225d9d2107c6493b84bf362e161aa20cce71 (patch)
tree8a624ddff3bd34d41f4c73ff0739fe43d0815455
parent4cbf4888ea5f416fb6c7c69f19211e826edf65af (diff)
downloadfmtlib-186b225d9d2107c6493b84bf362e161aa20cce71.tar.gz
Update changlog
-rw-r--r--ChangeLog.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a9eb54b3..bd4a7756 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -16,9 +16,9 @@
prints ``3.141592653589793``.
* Made the fast binary to decimal floating-point formatter the default,
- simplified it and improved performance. {fmt} is now 15x faster than libc++'s
- ``std::ostringstream``, 11x faster than ``printf`` and 10% faster than
- double-conversion on `dtoa-benchmark
+ simplified it and improved performance. {fmt} is now 15 times faster than
+ libc++'s ``std::ostringstream``, 11 times faster than ``printf`` and 10%
+ faster than double-conversion on `dtoa-benchmark
<https://github.com/fmtlib/dtoa-benchmark>`_:
================== ========= =======