diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-12-23 16:24:40 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-12-23 16:24:40 -0500 |
commit | a88ea9b5e58ee0301be9cc48d3d7239a3e281c64 (patch) | |
tree | ee8e1246f4313893a5e655e3fb473ce1cab6116c /sites/www | |
parent | 2b66625659e66858cb5f557325c5fdd9c35fd073 (diff) |
Changelog format tweak
Diffstat (limited to 'sites/www')
-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 a519d333..c10a35d8 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -57,9 +57,9 @@ Changelog where key exchange aborts due to algorithmic incompatibility. - Like all other exceptions in that module, it inherits from - ``SSHException``, and as we did not change anything else about the raising - (i.e. the attributes and message text are the same) this change is - backwards compatible. + ``SSHException``, and as we did not change anything else about the + raising (i.e. the attributes and message text are the same) this change + is backwards compatible. - `~paramiko.transport.Transport` grew a ``_preferred_pubkeys`` attribute and matching ``preferred_pubkeys`` property to match the other, kex-focused, |