From 413d97b33aa854bc11895367b3c3e811ed716ec6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 24 Aug 2019 06:46:43 -0700 Subject: [PATCH] Fix formatting in changelog --- ChangeLog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index bc8364f0..cf42ff32 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -182,7 +182,7 @@ * Modernized the codebase using more C++11 features and removing workarounds. Most importantly, ``buffer_context`` is now an alias template, so - use ``buffer_context`` instead of ``buffer_context::type`. + use ``buffer_context`` instead of ``buffer_context::type``. * ``formatter`` specializations now always take precedence over implicit conversions to ``int`` and the undocumented ``convert_to_int`` trait @@ -782,7 +782,7 @@ ``color`` enum) is now deprecated. (`#762 `_ `#767 `_). - thanks `@remotion (remo) `_. + thanks `@Remotion (Remo) `_. * Added quotes to strings in ranges and tuples (`#766 `_).