diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 4284ca01462aa7c434b5b4abd0eeb1cbd2d91ef0_c2l0ZXMvd3d3L2NoYW5nZWxvZy5yc3Q=..d36058606ad43bdc9b87a530b8e851758104e694_c2l0ZXMvd3d3L2NoYW5nZWxvZy5yc3Q= 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -13,11 +13,11 @@
   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.
-- :release:`2.11.0 <2022-05-16>`
+- 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: