summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-04 08:57:36 +0200
committerGeorg Brandl <georg@python.org>2014-09-04 08:57:36 +0200
commit3be62bc412f4270022582aaaee0b6823652fe4b8 (patch)
tree53ae8916a8e05bbae573bfa4d747663355b0824f /CHANGES
parent5009f760b8da40156439c873f68170f71abe39a6 (diff)
downloadsphinx-3be62bc412f4270022582aaaee0b6823652fe4b8.tar.gz
Add extension version check ability with new config value "needs_extensions".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index a56c147f..54f329d9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,8 +27,9 @@ Features added
* Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring
support.
* Added support for extension versions (a string returned by ``setup()``, these
- can be shown in the traceback log files). In the future this might also be
- used for version checking.
+ can be shown in the traceback log files). Version requirements for extensions
+ can be specified in projects using the new :confval:`needs_extensions` config
+ value.
* PR#214: Added stemming support for 14 languages, so that the built-in document
search can now handle these. Thanks to Shibukawa Yoshiki.
* PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields