From 7ff7996ce94c1ebc77e2b01a37dcd8c3640c52bb Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 5 Oct 2022 22:38:23 -0400 Subject: [PATCH] chore: changelog bump for 1.8.0 Signed-off-by: Henry Schreiner --- CHANGELOG.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e3a9e5e7..79d5c0785 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,17 @@ 1.8.0 ----- -* Drop Python 2.7 and 3.5 support (`#573 `_) +* Drop Python 2.7 and 3.5 support, add 3.11 support (`#573 `_) * Lots of extended checks and fixes for problems exposed. * Color: support ``NO_COLOR``/``FORCE_COLOR`` (`#575 `_) * Commands: New ``iter_lines`` ``buffer_size`` parameter (`#582 `_) * Commands: cache remote commands (`#583 `_) +* SSH: Support reverse tunnels and dynamically allocated ports (`#608 `_) +* CLI: add ``Set(..., all_markers={"*", "all"})`` and fix support for other separators (`#619 `_) +* CLI: support future annotations (`#621 `_) +* Color: fix the ABC (`#617 `_) * Exceptions: fix for exception pickling (`#586 `_) +* Fix for StdinDataRedirection and modifiers (`#605 `_) 1.7.2