From 7239f36466aadded38b91f02ce6d4ed116595915 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 26 Jun 2016 19:41:01 +0200 Subject: [PATCH] Improve formatting in CHANGELOG --- CHANGELOG.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 86e0d2b7e..6068b4c32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,10 +20,10 @@ * Removing the following deprecated commandline options - * genscript - * no-assert - * nomagic - * report + * ``--genscript`` + * ``--no-assert`` + * ``--nomagic`` + * ``--report`` Thanks to `@RedBeardCode`_ for the PR(`#1664`_)