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
commit01235f7d5aa3a83a40dd1c719d9fe7425c2145bb (patch)
tree5acb80037dc6a043f4bc90812d93ac77996b5cc4
parent23b0a977d88934d8fb241911c9b56e88987bdd21 (diff)
downloadpython-coveragepy-git-01235f7d5aa3a83a40dd1c719d9fe7425c2145bb.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 a2ab0a85..3b9dcbc2 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`_.