Skip to content

Commit 2a4901d

Browse files
committed
docs(CHANGES) Note tmux_cmd modernization
1 parent 83629ad commit 2a4901d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES

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

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

18+
### Bug fixes
19+
20+
- `tmux_cmd`: Migrate to to `text=True`
21+
22+
This deprecates usage of `console_to_str()` and `str_from_console()`.
23+
24+
Resolves #558 via #560.
25+
26+
- compat: Remove `console_to_str()` and `str_from_console()`
27+
28+
These are both deprecated artifacts of libtmux' Python 2.x compatiblity layer.
29+
1830
## libtmux 0.41.0 (2025-02-02)
1931

2032
### Fixes

0 commit comments

Comments
 (0)