diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-05-25 16:56:28 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-25 16:56:28 -0400 |
commit | 2fd0f5f2fdda49a7739290a68e853b2c7ea4cccf (patch) | |
tree | 95be46fd83b72b50ab1fdeeb3e319443889045ae | |
parent | d389c187a45c69f7697660b628335192837fe3ff (diff) |
Forgot to mark a 3.2 bug major
-rw-r--r-- | sites/www/changelog.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index d1c7c5b8..c18890eb 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -124,9 +124,10 @@ Changelog various OpenSSH tooling (eg ``ssh-add -l``, ``ssh -v``). This is intended to help troubleshoot Paramiko-vs-OpenSSH behavior and will eventually replace the venerable ``get_fingerprint`` method. -- :bug:`-` `~paramiko.agent.AgentKey` had a dangling Python 3 incompatible - ``__str__`` method returning bytes. This method has been removed, allowing - the superclass' (`~paramiko.pkey.PKey`) method to run instead. +- :bug:`- major` `~paramiko.agent.AgentKey` had a dangling Python 3 + incompatible ``__str__`` method returning bytes. This method has been + removed, allowing the superclass' (`~paramiko.pkey.PKey`) method to run + instead. - :release:`3.1.0 <2023-03-10>` - :feature:`2013` (solving :issue:`2009`, plus others) Add an explicit ``channel_timeout`` keyword argument to `paramiko.client.SSHClient.connect`, |