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 | 1214fbff0f07fb9fb87cea5f536fc67b40ae99cc (patch) | |
tree | 8c3d3687fd0778d750581cb9d0a96989cac927f7 /sites | |
parent | e66de3809b5e2b17e57af469df3750a87bbd1ec0 (diff) | |
parent | e2e1466f416f2a9ca9f8ecd19259f3e50d25a349 (diff) |
Merge branch '2.0' into 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 b77ac123..706385cb 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, |