Skip to content

Commit 72f4638

Browse files
committed
docs(CHANGES): Note cmd update
1 parent 2a4ce09 commit 72f4638

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES

+13
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ $ pip install --user --upgrade --pre libtmux
1515

1616
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1717

18+
### Breaking changes
19+
20+
#### Command target change (#919)
21+
22+
Commands: All `cmd()` methods using custom or overridden targets must use the keyword argument
23+
`target`. This avoids entanglement with inner shell values that include `-t` for
24+
other purposes. These methods include:
25+
26+
- {meth}`Server.cmd()`
27+
- {meth}`Session.cmd()`
28+
- {meth}`Window.cmd()`
29+
- {meth}`Pane.cmd()`
30+
1831
## libtmux 0.33.0 (2024-03-17)
1932

2033
### Breaking changes

0 commit comments

Comments
 (0)