From 1987d9eeb52341c298e26af7871b377869c68615 Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Fri, 17 Dec 2021 10:33:27 -0500 Subject: [PATCH] Update changelog Co-authored-by: Sviatoslav Sydorenko --- docs/changelog-fragments/280.bugfix.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`