From 2f66e0bcfe85eec6b8bfaa18f3c0c7e61644f48d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 23 Nov 2021 09:50:43 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f48a30250..38b9f8c1b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,12 @@ -1.8.0 +1.7.1 ----- +* 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>`_) * SSHMachine: support forwarding Unix sockets in ``.tunnel()`` (`#550 `_) - +* CLI: Support ``COLOR_GROUP_TITLES`` (`#553 `_) +* Fix a deprecated in Python 3.10 warning (`#563 `_) +* Extended testing and checking on Python 3.10 and various PyPy versions. Nox is supported for easier new-user development. 1.7.0 -----