Skip to content

Commit 850d890

Browse files
committed
docs(CHANGES): Update for distutils.version.LooseVersion deprecation
1 parent a847647 commit 850d890

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGES

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1717

1818
## tmuxp 1.19.x (unreleased)
1919

20+
<!-- Maintainers, insert changes / features for the next release here -->
21+
2022
### What's new
2123

2224
- Environment variables for windows / panes (#845)
@@ -48,7 +50,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
4850

4951
Credit: @zappolowski
5052

51-
<!-- Maintainers, insert changes / features for the next release here -->
53+
### Internal
54+
55+
- Update libtmux 0.15.9 -> 0.16.0
56+
57+
- Support for environmental variables
58+
- Remove reliance on `distutils.version.LooseVersion` for
59+
`libtmux._compat.LegacyVersion`
60+
- Fix distutil warnings by using libtmux 0.16.0's `LegacyVersion` (#727)
5261

5362
## tmuxp 1.18.2 (2022-11-06)
5463

0 commit comments

Comments
 (0)