We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2346df4 commit 16cb0e7Copy full SHA for 16cb0e7
CHANGES
@@ -12,6 +12,12 @@ $ pip install --user --upgrade --pre libtmux
12
13
- _Insert changes/features/fixes for next release here_
14
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
21
### Documentation
22
23
- Move to sphinx-autoissues, #406
0 commit comments