summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-11-04 18:09:49 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-11-04 18:09:49 -0400
commit433189fd2a901e98071b4389d662c30323f47212 (patch)
treea6a1424f7d1b851c5ccdcdf755e1fa385182dfc1
parentf306e82a7c8bd4ea61e05e04b9f81879eefe6f86 (diff)
downloadparamiko-433189fd2a901e98071b4389d662c30323f47212.tar.gz
Fix changelog link
-rw-r--r--sites/www/changelog.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 6663472d..1e5b328e 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -9,10 +9,11 @@ Changelog
errors (though we hasten to remind everyone that Client and Transport have
their own ``.close()`` methods for use in non-error situations!). Patch
courtesy of ``@YoavCohen``.
-- bug:`1637` (via :issue:`1599`) Raise `SSHException` explicitly when blank
- private key data is loaded, instead of the natural result of ``IndexError``.
- This should help more bits of Paramiko or Paramiko-adjacent codebases to
- correctly handle this class of error. Credit: Nicholas Dietz.
+- bug:`1637` (via :issue:`1599`) Raise `~paramiko.ssh_exception.SSHException`
+ explicitly when blank private key data is loaded, instead of the natural
+ result of ``IndexError``. This should help more bits of Paramiko or
+ Paramiko-adjacent codebases to correctly handle this class of error. Credit:
+ Nicholas Dietz.
- :release:`2.10.5 <2022-05-16>`
- :release:`2.9.5 <2022-05-16>`
- :bug:`1933` Align signature verification algorithm with OpenSSH re: