summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-19 10:34:52 +0100
committerGeorg Brandl <georg@python.org>2014-01-19 10:34:52 +0100
commit2a033ce3c7397b85cbb12c68046167f1c9c13364 (patch)
tree4f074125cdc04c10c816dc2228e065415d0f43f7 /CHANGES
parentef123cd662f95431591d329394cc6e47a574a2e5 (diff)
downloadsphinx-2a033ce3c7397b85cbb12c68046167f1c9c13364.tar.gz
mock: little changes, changelog and versionadded
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2d5c6981..f3f3b1c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,9 @@ New features
* PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields
for Python.
+* PR#184: Add :confval:`autodoc_mock_imports`, allowing to mock imports of
+ external modules that need not be present when autodocumenting.
+
* #925: Allow list-typed config values to be provided on the command line,
like ``-D key=val1,val2``.