Skip to content

Commit 16cb0e7

Browse files
committed
docs(CHANGES): Note tmux_cmd behavior update for trailing newlines
1 parent 2346df4 commit 16cb0e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ $ pip install --user --upgrade --pre libtmux
1212

1313
- _Insert changes/features/fixes for next release here_
1414

15+
### Breaking changes
16+
17+
- Fixes #402: {func}`common.tmux_cmd` will only strip _trailing_ empty lines. Before this change,
18+
all empty lines were filtered out. This will lead to a more accurate behavior when using
19+
{meth}`Pane.capture_pane`. Credit: @rockandska, via #405.
20+
1521
### Documentation
1622

1723
- Move to sphinx-autoissues, #406

0 commit comments

Comments
 (0)