From e9ba3b48805f7abe3ff3466fd6d563900ec718ff Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 23 Nov 2021 10:33:39 -0500 Subject: [PATCH] docs: fix changelog --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38b9f8c1b..cbdf7bedd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ ----- * Paths: glob with local paths no longer expands the existing path too (`#552 `_) -* SSH: support reverse tunnels with Paramiko (`#562 https://github.com/tomerfiliba/plumbum/pull/562>`_) +* Paramiko: support reverse tunnels (`#562 `_) * SSHMachine: support forwarding Unix sockets in ``.tunnel()`` (`#550 `_) * CLI: Support ``COLOR_GROUP_TITLES`` (`#553 `_) * Fix a deprecated in Python 3.10 warning (`#563 `_)