File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ $ pip install --user --upgrade --pre libtmux
1515<!-- Maintainers and contributors: Insert change notes for the next release above -->
1616
1717### Breaking
18+
1819- Server: Add ` __repr__ ` and set ` socket_path ` if none set.
1920
2021 Before (0.17 and below):
@@ -71,9 +72,11 @@ $ pip install --user --upgrade --pre libtmux
7172 - 0.16 and below: ` window['id'] `
7273
7374 0.17 and after: ` window.id `
75+
7476 - 0.16 and below: ` window.get('id') `
7577
7678 0.17 and after: ` window.id `
79+
7780 - 0.16 and below: ` window.get('id', None) `
7881
7982 0.17 and after: ` getattr(window, 'id', None) `
@@ -107,7 +110,7 @@ $ pip install --user --upgrade --pre libtmux
107110 support ` tmux(1) ` versions like ` 3.1a ` .
108111
109112 Fixes warning:
110-
113+
111114 > DeprecationWarning: distutils Version classes are deprecated. Use
112115 > packaging.version instead.
113116
You can’t perform that action at this time.
0 commit comments