mock: little changes, changelog and versionadded

This commit is contained in:
Georg Brandl
2014-01-19 10:34:52 +01:00
parent e897e1e518
commit 5023da8ac3
3 changed files with 18 additions and 10 deletions

View File

@@ -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``.