summaryrefslogtreecommitdiff
path: root/doc/plugins.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-02 17:49:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-02 17:49:46 -0400
commit92f21e865884798b009fbb0df2aad84d7570cc04 (patch)
treef936899b3293314cde1e8827ecb1c3f7e3348a94 /doc/plugins.rst
parent847c27b6a897b0ba08bac801c4c1b9025b41e9ab (diff)
downloadpython-coveragepy-git-92f21e865884798b009fbb0df2aad84d7570cc04.tar.gz
Updated docs for 4.0b1
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r--doc/plugins.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index 30d73396..a7c911a4 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -8,6 +8,10 @@ Plugins
=======
.. :history: 20150124T143000, new page.
+.. :history: 20150802T174600, updated for 4.0b1
+
+
+.. versionadded:: 4.0
Coverage.py's behavior can be extended by writing plugins. A plugin is a
separately installed Python class that you register in your .coveragerc.