diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 13:34:53 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 13:34:53 -0700 |
commit | c11ec97a756afcf60058a4214f56c0fdd4f6a587 (patch) | |
tree | 5989a11e6ffe48effc589bfc7f42a244bed7b12a | |
parent | 5b19dd42bde9d3c887ea4c1ada24fd0248136517 (diff) |
More changelog flimflammery
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index e8576b4d..10ff9f76 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -33,9 +33,9 @@ Changelog * :support:`921` Tighten up the ``__hash__`` implementation for various key classes; less code is good code. Thanks to Francisco Couzo for the patch. -* :support:`956 (1.17+)` 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. +* :support:`956 backported (1.17+)` 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:`983` Move ``sha1`` above the now-arguably-broken ``md5`` in the list of preferred MAC algorithms, as an incremental security improvement for users whose target systems offer both. Credit: Pierce Lopez. |