From 534a2a648bc177e1333d826f78bc1b3f3b6038be Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 24 Apr 2021 10:06:21 +0200 Subject: [PATCH] Add CHANGES entry --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 7ef86b661..f57d5dffb 100644 --- a/CHANGES +++ b/CHANGES @@ -47,6 +47,8 @@ Features added * #9103: LaTeX: imgconverter: conversion runs even if not needed * #8127: py domain: Ellipsis in info-field-list causes nit-picky warning * #9023: More CSS classes on domain descriptions, see :ref:`nodes` for details. +* #8195: mathjax: Rename :confval:`mathjax_config` to + :confval:`mathjax2_config` and add :confval:`mathjax3_config` Bugs fixed ----------