diff options
-rw-r--r-- | CHANGES.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0cca917e..5077cc0b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -68,6 +68,14 @@ Version 5.0a5 --- 2019-05-07 .. _issue 797: https://github.com/nedbat/coveragepy/issues/797 +.. _changes_453: + +Version 4.5.3 -- 2019-03-09 +--------------------------- + +- Only packaging metadata changes. + + .. _changes_50a4: Version 5.0a4 --- 2018-11-25 @@ -98,6 +106,27 @@ Version 5.0a4 --- 2018-11-25 .. _issue 721: https://github.com/nedbat/coveragepy/issues/721 +.. _changes_452: + +Version 4.5.2 --- 2018-11-12 +---------------------------- + +- Namespace packages are supported on Python 3.7, where they used to cause + TypeErrors about path being None. Fixes `issue 700`_. + +- Python 3.8 (as of today!) passes all tests. 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 + +.. _Bitbucket: https://bitbucket.org/ned/coveragepy +.. _GitHub: https://github.com/nedbat/coveragepy + + .. _changes_50a3: Version 5.0a3 --- 2018-10-06 |