diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-03 18:25:26 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-03 18:25:26 -0400 |
| commit | 3038c8ec010bad357ff6ac6342d1b9df87519138 (patch) | |
| tree | fac107ad45fff7529d2c84ce201202ec108399be | |
| parent | 4417ad51e038508c5940a54880454542bab8c2c6 (diff) | |
| download | python-coveragepy-git-3038c8ec010bad357ff6ac6342d1b9df87519138.tar.gz | |
Record that a bug was fixed. #700
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 53d7b541..23642a53 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,14 +18,18 @@ Change history for Coverage.py Unreleased ---------- +- Namespace packages are supported on Python 3.7, where they used to cause + TypeErrors about path being None. Fixes `issue 700`_. + - Partial support for Python 3.8, which has not yet released an alpha. Fixes `issue 707` and `issue 714`_. +- Development moved from `Bitbucket`_ to `GitHub`_. + +.. _issue 700: https://github.com/nedbat/coveragepy/issues/700 .. _issue 707: https://github.com/nedbat/coveragepy/issues/707 .. _issue 714: https://github.com/nedbat/coveragepy/issues/714 -- Development moved from `Bitbucket`_ to `GitHub`_. - .. _Bitbucket: https://bitbucket.org/ned/coveragepy .. _GitHub: https://github.com/nedbat/coveragepy |
