summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 12:41:00 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 12:41:00 -0700
commite2e1466f416f2a9ca9f8ecd19259f3e50d25a349 (patch)
tree61d5fb951803fa876a08d78a8a9c2bcd205a8912
parenteb035f6ede42a3237c6cf5c352c3e459915c510a (diff)
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 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,