diff options
-rw-r--r-- | CHANGES.rst | 3 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index e8dc45de..3aa7580e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,9 @@ Change history for Coverage.py Unreleased ---------- +- Dynamic contexts can now be determined by third-party code in a plugin. + Thanks, Justas Sadzevičius. + - ``fail_under`` values more than 100 are reported as errors. Thanks to Mike Fiedler for closing `issue 746`_. diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 50a8fba8..bc24ef67 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -66,6 +66,7 @@ Jon Dufresne Joseph Tate Josh Williams Julian Berman +Justas Sadzevičius Krystian Kichewko Kyle Altendorf Lars Hupfeldt Nielsen |