diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-16 13:36:39 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-16 13:36:39 -0400 |
| commit | 05e2907441ef6aed39feaf2355a02ef735f6cede (patch) | |
| tree | 66f9c5b3f1b426f6a61b889b7d4eb5f7e3410a17 /CHANGES.txt | |
| parent | 3d902a9c0bde67f360bb14138ed89346f5941b01 (diff) | |
| download | python-coveragepy-git-05e2907441ef6aed39feaf2355a02ef735f6cede.tar.gz | |
Be more careful about reading bytecodes. #375
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8892ab65..b2572d33 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -45,8 +45,8 @@ Latest - The ``coverage annotate`` command now handles non-ASCII characters properly, closing `issue 363`_. Thanks, Leonardo Pistone. -- Plugin support had some bugs fixed, closing `issue 374`_. Thanks, Stefan - Behnel. +- Plugin support had some bugs fixed, closing `issue 374`_ and `issue 375`_. + Thanks, Stefan Behnel. .. _issue 299: https://bitbucket.org/ned/coveragepy/issue/299/inserted-created-on-yyyy-mm-dd-hh-mm-in .. _issue 308: https://bitbucket.org/ned/coveragepy/issue/308/yield-lambda-branch-coverage @@ -58,6 +58,7 @@ Latest .. _issue 361: https://bitbucket.org/ned/coveragepy/issue/361/use-double-quotes-in-html-output-to .. _issue 363: https://bitbucket.org/ned/coveragepy/issue/363/annotate-command-hits-unicode-happy-fun .. _issue 374: https://bitbucket.org/ned/coveragepy/issue/374/c-tracer-lookups-fail-in +.. _issue 375: https://bitbucket.org/ned/coveragepy/issue/375/ctracer_handle_return-reads-byte-code Version 4.0a5 --- 16 February 2015 |
