diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-28 12:11:15 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-28 12:11:15 -0500 |
| commit | c2243b66915b58541ed88b953fe95a496385ed2b (patch) | |
| tree | 4bfbd2a9b81e7c6afe47c4e9adbbf4237538af24 | |
| parent | 754a976bde2c8c0955cb1b573cf113eefb5f6e63 (diff) | |
| download | python-coveragepy-git-c2243b66915b58541ed88b953fe95a496385ed2b.tar.gz | |
Another bug had been fixed
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3492839a..deb17fb0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -92,7 +92,7 @@ Version 4.0a1 --- 27 September 2014 `issue 285`_. Thanks Chris Rose. - HTML reports no longer raise UnicodeDecodeError if a Python file has - undecodable characters, fixing `issue 303`_. + undecodable characters, fixing `issue 303`_ and `issue 331`_. - The annotate command will now annotate all files, not just ones relative to the current directory, fixing `issue 57`_. @@ -112,6 +112,7 @@ Version 4.0a1 --- 27 September 2014 .. _issue 303: https://bitbucket.org/ned/coveragepy/issue/303/unicodedecodeerror .. _issue 304: https://bitbucket.org/ned/coveragepy/issue/304/attempt-to-get-configuration-from-setupcfg .. _issue 305: https://bitbucket.org/ned/coveragepy/issue/305/pendingdeprecationwarning-the-imp-module +.. _issue 331: https://bitbucket.org/ned/coveragepy/issue/331/failure-of-encoding-detection-on-python2 Version 3.7.1 --- 13 December 2013 |
