summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-21 14:34:57 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-21 14:34:57 -0400
commite780a781418c4cd6b6bed7ff3427393886d95d55 (patch)
treef5192955fba3ad200ca63f660533bb31cd9407e0
parentdb2adf7f0ecafd989f91bc00286ba2288eefc9aa (diff)
downloadparamiko-e780a781418c4cd6b6bed7ff3427393886d95d55.tar.gz
Changelog re #1460, re #1440
-rw-r--r--sites/www/changelog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 67242b22..4b377b9e 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,16 @@
Changelog
=========
+- :support:`1440` (with initial fixes via :issue:`1460`) Tweak many exception
+ classes so their string representations are more human-friendly; this also
+ includes incidental changes to some ``super()`` calls.
+
+ The definitions of exceptions' ``__init__`` methods have *not* changed, nor
+ have any log messages been altered, so this should be backwards compatible
+ for everything except the actual exceptions' ``__str__()`` outputs.
+
+ Thanks to Fabian Büchler for original report & Pierce Lopez for the
+ foundational patch.
- :support:`1311` (for :issue:`584`, replacing :issue:`1166`) Add
backwards-compatible support for the ``gssapi`` GSSAPI library, as the
previous backend (``python-gssapi``) has since become defunct. This change