From 27b306701f8a86fa142db2ae2dc3247c781027e2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 24 Dec 2018 11:51:20 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 830fcfe5..ba3d3c14 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -47,7 +47,7 @@ * Added support for 4-bit terminal colors (`#968 `_, - `#974 `_) + `#974 `_) .. code:: c++ @@ -71,7 +71,7 @@ `#885 `_, `#897 `_, `#920 `_). - An object of type ``S`` that has an overloaded ``to_string_view(const S&)`` + Any object of type ``S`` that has an overloaded ``to_string_view(const S&)`` returning ``fmt::string_view`` can be used as a format string: .. code:: c++