diff options
Diffstat (limited to 'sites/www/changelog.rst')
-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 352d9bcc..477fab98 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -13,9 +13,9 @@ Changelog subroutines to correctly catch exception types thrown by modern versions of Cryptography (specifically ``TypeError`` and its internal ``UnsupportedAlgorithm``). These exception classes will now - become `~paramiko.exceptions.SSHException` instances instead of bubbling up. - Thanks to Ignat Semenov for the report and ``@tylergarcianet`` for an early - patch. + become `~paramiko.ssh_exception.SSHException` instances instead of bubbling + up. Thanks to Ignat Semenov for the report and ``@tylergarcianet`` for an + early patch. - :bug:`-` (also :issue:`908`) Update `~paramiko.pkey.PKey` and subclasses to compare (``__eq__``) via direct field/attribute comparison instead of hashing (while retaining the existing behavior of ``__hash__`` via a slight |