Skip to content

Commit

Permalink
docs(CHANGES) Note tmux_cmd modernization
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 2, 2025
1 parent 83629ad commit 2a4901d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ $ pip install --user --upgrade --pre libtmux

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

### Bug fixes

- `tmux_cmd`: Migrate to to `text=True`

This deprecates usage of `console_to_str()` and `str_from_console()`.

Resolves #558 via #560.

- compat: Remove `console_to_str()` and `str_from_console()`

These are both deprecated artifacts of libtmux' Python 2.x compatiblity layer.

## libtmux 0.41.0 (2025-02-02)

### Fixes
Expand Down

0 comments on commit 2a4901d

Please sign in to comment.