Skip to content

Commit 6b3315d

Browse files
committed
docs(CHANGES) Fix doc section
1 parent fc7c1c3 commit 6b3315d

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

CHANGES

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,7 @@ gaps in indices, so libtmux introduces {class}`~_internal.sparse_array.SparseArr
179179
- `OPTION_SCOPE_FLAG_MAP`: Maps scope to tmux flags (`-s`, `-w`, `-p`)
180180
- `HOOK_SCOPE_FLAG_MAP`: Maps scope to hook flags
181181

182-
## libtmux 0.49.0 (2025-11-29)
183-
184-
### Breaking Changes
185-
186-
#### tmux 1.8 to 3.1c support removed (#608)
187-
188-
Support for tmux versions below 3.2a has been removed. This completes the
189-
deprecation announced in v0.48.0.
190-
191-
- Minimum tmux version is now 3.2a (`TMUX_MIN_VERSION`)
192-
- Removed `TMUX_SOFT_MIN_VERSION` constant and deprecation warning system
193-
- Removed version guards throughout the codebase
194-
- For users on older tmux, use libtmux v0.48.x
182+
### Breaking changes
195183

196184
#### Deprecated Window methods (#516)
197185

@@ -222,6 +210,20 @@ window.set_option('automatic-rename', True)
222210
| `client-active`, `window-resized` hooks | 3.3+ |
223211
| `pane-title-changed` hook | 3.5+ |
224212

213+
## libtmux 0.49.0 (2025-11-29)
214+
215+
### Breaking Changes
216+
217+
#### tmux 1.8 to 3.1c support removed (#608)
218+
219+
Support for tmux versions below 3.2a has been removed. This completes the
220+
deprecation announced in v0.48.0.
221+
222+
- Minimum tmux version is now 3.2a (`TMUX_MIN_VERSION`)
223+
- Removed `TMUX_SOFT_MIN_VERSION` constant and deprecation warning system
224+
- Removed version guards throughout the codebase
225+
- For users on older tmux, use libtmux v0.48.x
226+
225227
## libtmux 0.48.0 (2025-11-28)
226228

227229
### Breaking Changes

0 commit comments

Comments
 (0)