diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 12:41:00 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 12:41:00 -0700 |
commit | e2e1466f416f2a9ca9f8ecd19259f3e50d25a349 (patch) | |
tree | 61d5fb951803fa876a08d78a8a9c2bcd205a8912 | |
parent | eb035f6ede42a3237c6cf5c352c3e459915c510a (diff) |
Changelog re #956
-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 dfa2fedc..01eb45ff 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, |