From a6f8e7d86091a3d9a04e6a2dc3d87efc5d19b77b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 27 Jun 2020 09:35:02 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 41f6e84c..bf347629 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -8,7 +8,7 @@ * 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 time dropped from 2.3s to 0.3s - with ``-O2`` or from 0.6s to 0.3s with the default settings (``-O0``). + with ``-O2`` and from 0.6s to 0.3s with the default settings (``-O0``). Before (``-O2``)::