From 7b540c98d9c0df481b4e182aac4eade54075faeb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 5 Jul 2014 07:48:37 -0400 Subject: Add Anthony Sottile to AUTHORS, and mention his pull request in CHANGES --- AUTHORS.txt | 1 + CHANGES.txt | 3 +++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.1