diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-19 13:39:02 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-19 13:41:28 -0400 |
commit | 430f71030fd03e3296976c5ae00477a29f0fdc98 (patch) | |
tree | a7d46993f0e2fabac66038b6174abc0bf8b7b41a | |
parent | e6bd5105dc96ce715b9eff735499532642ed46e7 (diff) | |
download | python-coveragepy-git-430f71030fd03e3296976c5ae00477a29f0fdc98.tar.gz |
Changelog from 4.5.2 and 4.5.3 from the v4.5.x branch
-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 |