From 68837079aad1a5406f3300fb3a0c1d3824cc4e20 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 24 Dec 2018 11:48:41 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 5f656da9..830fcfe5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -57,12 +57,12 @@ print(fg(fmt::terminal_color::red), "stop\n"); } - Note that these colors vary by terminal: + Note that these colors vary by terminal: - .. image:: https://user-images.githubusercontent.com/576385/ - 50405925-dbfc7e00-0770-11e9-9b85-333fab0af9ac.png + .. image:: https://user-images.githubusercontent.com/576385/ + 50405925-dbfc7e00-0770-11e9-9b85-333fab0af9ac.png - Thanks `@Rakete1111 (Nicolas) `_. + Thanks `@Rakete1111 (Nicolas) `_. * Parameterized formatting functions on the type of the format string (`#880 `_,