diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-05 11:07:11 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-05 11:07:11 -0400 |
| commit | a9afb77456c4e658c25cb5f76abe611d1777cd8e (patch) | |
| tree | 194c460e27b7ad7557811692c7ff5dcb26aabc99 /CHANGES.txt | |
| parent | 2f829835fc65bea053c884a6b97922c07edcf1ac (diff) | |
| download | python-coveragepy-git-a9afb77456c4e658c25cb5f76abe611d1777cd8e.tar.gz | |
Change how plugins are initialized. No more Plugin. Now coverage_init.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ed208e2f..d6c8498f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,9 @@ Latest collected, exiting with a status code of 1. Fixed ``fail_under`` to be applied even when the report is empty. Thanks, Ionel Cristian Mărieș. +- Plugins are now initialized differently. Instead of looking for a class + called ``Plugin``, coverage looks for a function called ``coverage_init``. + Version 4.0a6 --- 21 June 2015 ------------------------------ |
