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 | 7b540c98d9c0df481b4e182aac4eade54075faeb (patch) | |
| tree | 05e532821d0a7e762a820425253d98fa00baba5a | |
| parent | dcaa0ae12a1ad2545d53204d1809ac439b394b6d (diff) | |
| download | python-coveragepy-7b540c98d9c0df481b4e182aac4eade54075faeb.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 08b8a2b..3aa04ad 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 1b8ec41..7ecdbc6 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 |
