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++