diff --git a/docs/changelog-fragments/280.bugfix.rst b/docs/changelog-fragments/280.bugfix.rst index b544d00c1..9b806055b 100644 --- a/docs/changelog-fragments/280.bugfix.rst +++ b/docs/changelog-fragments/280.bugfix.rst @@ -1,2 +1,2 @@ -Alter channel.exec_command to always use a newly created ssh_channel to avoid -segfaults on repeated calls -- :user:`Qalthos` +Improved ``channel.exec_command`` to always use a newly created ``ssh_channel`` to avoid +segfaults on repeated calls -- by :user:`Qalthos`