From 80abe4945e48bd433ff520471e00c49707af4e17 Mon Sep 17 00:00:00 2001 From: jfbu Date: Tue, 30 Jul 2019 22:43:49 +0200 Subject: [PATCH] Fix CHANGES entry for #6310 merge --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 461df9bad..a2cc34699 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,8 @@ Features added * #247: autosummary: Add :confval:`autosummary_generate_overwrite` to overwrite old stub file +* #6310: imgmath: let :confval:`imgmath_use_preview` work also with the SVG + format for images rendering inline math Bugs fixed ---------- @@ -214,8 +216,6 @@ Features added * #6180: Support ``--keep-going`` with BuildDoc setup command * ``math`` directive now supports ``:class:`` option -* #6310: imgmath: let :confval:`imgmath_use_preview` work also with the SVG - format for images rendering inline math * todo: ``todo`` directive now supports ``:name:`` option * Enable override via environment of ``SPHINXOPTS`` and ``SPHINXBUILD`` Makefile variables (refs: #6232, #6303)