summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-12 17:01:22 +0100
committerGeorg Brandl <georg@python.org>2014-01-12 17:01:22 +0100
commitb4c916811a5522976d4ae483230fe76296a38b4e (patch)
tree82c9f5c41d7299984c2f0bd3352be63d52c2bcc3 /CHANGES
parent280f2c665a9c687cf408b4209aee40045d2a2271 (diff)
downloadsphinx-b4c916811a5522976d4ae483230fe76296a38b4e.tar.gz
Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`program` or :rst:role:`makevar`.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b3e2dcfd..1ac66ced 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,9 @@ New features
Bugs fixed
----------
+* #1174: Fix smart quotes being applied inside roles like :rst:role:`program` or
+ :rst:role:`makevar`.
+
* #1335: Fix autosummary template overloading with exclamation prefix like
``{% extends "!autosummary/class.rst" %}`` cause infinite recursive function
call. This caused by PR#181.