summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 12:40:38 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 12:40:38 -0700
commit6d167ef832fa224a4c0c503b63d5cdba797bc251 (patch)
tree66861d4a1586a14ba8f10d0f90f2f64fdb10da3f
parent560a63f9dc284165d1d05997eb1b0bf5bd52b18b (diff)
downloadparamiko-6d167ef832fa224a4c0c503b63d5cdba797bc251.tar.gz
Changelog re #956
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 9966bc8a..97f5884b 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,