summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-07 15:03:06 +0100
committerGeorg Brandl <georg@python.org>2014-11-07 15:03:06 +0100
commit66dab2b56b51ac1cabd8e3962b183d6101cf4f7e (patch)
treeb120963d1c68b17ef48583a691ef65566e97316f /CHANGES
parent4dbb3f4cf65fb0aebaae0534726bac940a6abed7 (diff)
parent02f2c4b07258605c0c4f18141ea9c6b4ab3c58cc (diff)
downloadsphinx-66dab2b56b51ac1cabd8e3962b183d6101cf4f7e.tar.gz
merge with stable
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 292dffa0..f35e7ed5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,8 @@ Bugs fixed
----------
* PR#311: sphinx-quickstart does not work on python 3.4.
+* Fix :confval:`autodoc_docstring_signature` not working with signatures
+ in class docstrings.
Release 1.3b1 (released Oct 10, 2014)
@@ -127,6 +129,7 @@ Bugs fixed
* #1438: Updated jQuery version from 1.8.3 to 1.11.1.
* #1568: Fix a crash when a "centered" directive contains a reference.
+* Now sphinx.ext.autodoc works with python-2.5 again.
* #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