From b0e744ec4d8ae83bf877f2c62a3334773970828f Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 20 Mar 2022 10:10:40 -0500 Subject: [PATCH] docs(CHANGES): Update for most recent changes --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 14f9335ca41..8291720372f 100644 --- a/CHANGES +++ b/CHANGES @@ -21,11 +21,16 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force ### Compatibility -- Python 3.7 and 3.8 support has been removed +- {issue}`759`: Python 3.7 and 3.8 support has been removed Bug fixes and security updates will go to the [`v1.10.x`](https://github.com/tmux-python/tmuxp/tree/v1.10.x) branch +### Maintenance + +- {issue}`762`: CLI: Break up into modules in _cli.py_ -> _cli/{command}_ +- {issue}`761`: Refactor _tests/_ constants and fixtures + ## tmuxp 1.10.0 (2022-03-19) ### Compatibility