diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 12:41:03 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 12:41:03 -0700 |
commit | 92a7d7ea6add2b6ae09436245568511772e7c5e2 (patch) | |
tree | 0ad45b0e17d5959aba2ebda25015e7c596a73655 /sites | |
parent | e81010daa404eb01abe1618942c7e7bfc3277599 (diff) | |
parent | 1214fbff0f07fb9fb87cea5f536fc67b40ae99cc (diff) |
Merge branch '2.1'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 893aa963..a7a67f69 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :support:`956 backported` Switch code coverage service from coveralls.io to + codecov.io (& then disable the latter's auto-comments.) Thanks to Nikolai + Røed Kristiansen for the patch. * :bug:`949` SSHClient and Transport could cause a memory leak if there's a connection problem or protocol error, even if ``Transport.close()`` is called. Thanks Kyle Agronick for the discovery and investigation, |