summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-20 19:58:11 +0200
committerGeorg Brandl <georg@python.org>2014-09-20 19:58:11 +0200
commit8b126621e50fa6c9b8e26b9725dec2e333f2e737 (patch)
treeb7435a217b19a9d3f23b829691b09c5aaf8e0abf /CHANGES
parent8273badc0cd40dfd7c82e83f7d85fbd01669b3d5 (diff)
downloadsphinx-8b126621e50fa6c9b8e26b9725dec2e333f2e737.tar.gz
Closes #1284: Program options documented with :rst:dir:`option` can now start with ``+``.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 29efa94e..57eeff7a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -73,11 +73,13 @@ Features added
* #623: `sphinx.ext.viewcode` supports imported function/class aliases.
* PR#275: `sphinx.ext.intersphinx` supports multiple target for the
inventory. Thanks to Brigitta Sipocz.
+* #1284: Program options documented with :rst:dir:`option` can now start with
+ ``+``.
Bugs fixed
----------
-* #1568: fix a crash when a "centered" directive contains a reference.
+* #1568: Fix a crash when a "centered" directive contains a reference.
* #1563: :meth:`~sphinx.application.Sphinx.add_search_language` raises
AssertionError for correct type of argument. Thanks to rikoman.
* #1174: Fix smart quotes being applied inside roles like :rst:role:`program` or