summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-17 12:26:40 +0200
committerGeorg Brandl <georg@python.org>2014-09-17 12:26:40 +0200
commit2182e1248b91d98f0048ccda8bbe446805982f1f (patch)
tree29c02d1d67b612d9523fef19e691a8efabafd92a /CHANGES
parent68ad53ff22d4190a5b162cb8c186df718114cff9 (diff)
parentddc69ada2f9f2203fdaca8c5ad5b61e8c0fa22e4 (diff)
downloadsphinx-2182e1248b91d98f0048ccda8bbe446805982f1f.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 54f329d9..865e9062 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,7 @@ Features added
* Add support for docutils 0.12
* Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring
support.
+* Exception logs now contain the last 10 messages emitted by Sphinx.
* Added support for extension versions (a string returned by ``setup()``, these
can be shown in the traceback log files). Version requirements for extensions
can be specified in projects using the new :confval:`needs_extensions` config
@@ -69,6 +70,8 @@ Features added
Bugs fixed
----------
+* #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
:rst:role:`makevar`.
* #1335: Fix autosummary template overloading with exclamation prefix like