diff options
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index aa06f318..52fd6645 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,6 +27,8 @@ Unreleased - When using ``--source`` on a large source tree, v5.x was slower than previous versions. This performance regression is now fixed, closing `issue 1037`_. +- Continuous integration has moved from Travis and AppVeyor to GitHub Actions. + .. _issue 1037: https://github.com/nedbat/coveragepy/issues/1037 |