summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-06 08:03:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-06 08:03:58 -0400
commit4c12d97433e40069fa9adb5b44539be6b4451aad (patch)
treea6ab66b91ff6b01bcfee6b558a6bef4ce4c7f639
parent5c9e5dfeb925afd6f3194bfccb98ae06ed49f37c (diff)
downloadpython-coveragepy-4c12d97433e40069fa9adb5b44539be6b4451aad.tar.gz
Big changes should be mentioned in the changelog
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a2ab0a8..3b9dcbc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,6 +17,8 @@ Change history for Coverage.py
Unreleased (might become 5.0)
-----------------------------
+- Coverage.py no longer supports Python 2.6 or 3.3.
+
- The location of the configuration file can now be specified with a
``COVERAGE_RCFILE`` environment variable, as requested in `issue 650`_.