summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-07 15:01:10 +0100
committerGeorg Brandl <georg@python.org>2014-11-07 15:01:10 +0100
commit02f2c4b07258605c0c4f18141ea9c6b4ab3c58cc (patch)
treee21699a3b66b033f5aa3bc43d561de2b0c99b4f1 /CHANGES
parent034898944b3ac5a3326545f72a616de88d5424fe (diff)
downloadsphinx-02f2c4b07258605c0c4f18141ea9c6b4ab3c58cc.tar.gz
Fix :confval:`autodoc_docstring_signature` not working with signatures
in class docstrings.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a3d8a079..110a8d18 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,9 @@ Features added
Bugs fixed
----------
-* Now sphinx.ext.autodoc work with python-2.5 again.
+* Now sphinx.ext.autodoc works with python-2.5 again.
+* Fix :confval:`autodoc_docstring_signature` not working with signatures
+ in class docstrings.
* #1563: :meth:`~sphinx.application.Sphinx.add_search_language` raises
AssertionError for correct type of argument. Thanks to rikoman.
* #1568: fix a crash when a "centered" directive contains a reference.