diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-07-05 07:48:37 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-07-05 07:48:37 -0400 |
commit | 327f3686b64294eadec21bf482e3ab59d6a465b9 (patch) | |
tree | b022ce0fd158876934ec4ad6978a75e3d8793c1d | |
parent | b3a105307dbdf2ac07887c7fbdcd439cf49d8e66 (diff) | |
download | python-coveragepy-git-327f3686b64294eadec21bf482e3ab59d6a465b9.tar.gz |
Add Anthony Sottile to AUTHORS, and mention his pull request in CHANGES
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | CHANGES.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index 08b8a2b9..3aa04adf 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -38,6 +38,7 @@ Adi Roiban Greg Rogers Chris Rose George Song +Anthony Sottile David Stanek Joseph Tate Sigve Tjora diff --git a/CHANGES.txt b/CHANGES.txt index 1b8ec41b..7ecdbc66 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -29,6 +29,9 @@ Change history for Coverage.py - The coverage module no longer causes deprecation warnings on Python 3.4 by importing the imp module, fixing `issue 305`_. +- Encoding declarations in source files are only considered if they are truly + comments. Thanks, Anthony Sottile. + .. _issue 57: https://bitbucket.org/ned/coveragepy/issue/57/annotate-command-fails-to-annotate-many .. _issue 94: https://bitbucket.org/ned/coveragepy/issue/94/coverage-xml-doesnt-produce-sources .. _issue 284: https://bitbucket.org/ned/coveragepy/issue/284/fail-under-should-show-more-precision |