summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2018-01-05 15:06:38 +0100
committerjfbu <jfbu@free.fr>2018-01-05 15:16:23 +0100
commit0d824dfd41302bcea5d8de831bc5f1025c465c1d (patch)
tree3dfd47d1f13aaf77642c54560523ff8dcff8d97f
parentbd139453c96864646c0b7b1bf2f30b12587cb235 (diff)
downloadsphinx-git-0d824dfd41302bcea5d8de831bc5f1025c465c1d.tar.gz
Update CHANGES for PR #4360
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 181271868..80f8c4faa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,10 @@ Features added
:ref:`LaTeX 'sphinxsetup' <latexsphinxsetup>` key (refs: #4285)
* Easier customizability of LaTeX macros involved in rendering of code-blocks
* Show traceback if conf.py raises an exception (refs: #4369)
+* Add :confval:`smartquotes` to disable smart quotes through ``conf.py``
+ (refs: #3967)
+* Add :confval:`smartquotes_action` and :confval:`smartquotes_excludes`
+ (refs: #4142, #4357)
Bugs fixed
----------