summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index a3d9200b..f87bb918 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -40,7 +40,8 @@ Version 3.7 --- 6 October 2013
------------------------------
- Added the ``--debug`` switch to ``coverage run``. It accepts a list of
- options indicating the type of internal activity to log to stderr.
+ options indicating the type of internal activity to log to stderr. For
+ details, see :ref:`the run --debug options <cmd_run_debug>`.
- Improved the branch coverage facility, fixing `issue 92`_ and `issue 175`_.