From 7a2622eff1bded7412d9f7e8eb2783de1a558c7f Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 28 Nov 2025 15:21:25 -0600 Subject: [PATCH] docs(CHANGES) Note tmux < 3.2a deprecation (via libtmux) --- CHANGES | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 930e7745f5..2b109a5643 100644 --- a/CHANGES +++ b/CHANGES @@ -33,7 +33,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force ### Breaking changes -- libtmux: Bump minimum version from 0.47.0 -> 0.48.0 (#990) +#### Minimum tmux version bumped to 3.2+ (#991) + +tmux versions below 3.2a are now deprecated (via libtmux v0.48.0). + +A `FutureWarning` will be emitted on first use. Support for these versions will be removed in a future release. Set `LIBTMUX_SUPPRESS_VERSION_WARNING=1` to suppress. + +#### libtmux 0.48.0 (#990) + +libtmux minimum version bumped from 0.47.0 -> 0.48.0. ### What's new