summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-20 20:38:39 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-20 20:38:39 -0400
commitf3df4e386979e4a144c46ec8908538182fb94c27 (patch)
tree8951eaa0748700afc3c92ea06b29cfc373f1e85e /doc
parentd5a89ab843542f88544a0f55900093329ef6b85c (diff)
downloadpython-coveragepy-git-f3df4e386979e4a144c46ec8908538182fb94c27.tar.gz
coverage.hexversion
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index bf044931..7ef96fbd 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -141,6 +141,9 @@ New features:
- The COVERAGE_DEBUG environment variable can be used to set the ``[run] debug``
configuration option to control what internal operations are logged.
+- A new version identifier is available, `coverage.hexversion`, with semantics
+ identical to sys.hexversion.
+
Improvements: