diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-13 07:40:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-13 07:40:04 -0400 |
commit | cc0ebfd86b2b7884d8da575dc5c80639584ebb88 (patch) | |
tree | 8651a6e9edc20a39cc7cee1eecdcf4adc3aa85c1 | |
parent | 086aec37d70f1a01c0a40ffb55f5f16f98b214f7 (diff) | |
download | python-coveragepy-cc0ebfd86b2b7884d8da575dc5c80639584ebb88.tar.gz |
Adding all the files to the source kit also closed #281.
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f60e502..f5836b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -40,9 +40,10 @@ Version 4.0.1 `issue 419`_. - The source kit now contains all of the files needed to have a complete source - tree, re-fixing `issue 137`_. + tree, re-fixing `issue 137`_ and closing `issue 281`_. .. _issue 137: https://bitbucket.org/ned/coveragepy/issues/137/provide-docs-with-source-distribution +.. _issue 281: https://bitbucket.org/ned/coveragepy/issues/281/supply-scripts-for-testing-in-the .. _issue 397: https://bitbucket.org/ned/coveragepy/issues/397/stopping-and-resuming-coverage-with .. _issue 410: https://bitbucket.org/ned/coveragepy/issues/410/attributeerror-module-object-has-no .. _issue 415: https://bitbucket.org/ned/coveragepy/issues/415/repeated-coveragedataupdates-cause |