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