File tree 1 file changed +4
-1
lines changed
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
15
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
16
17
17
### Breaking
18
+
18
19
- Server: Add ` __repr__ ` and set ` socket_path ` if none set.
19
20
20
21
Before (0.17 and below):
@@ -71,9 +72,11 @@ $ pip install --user --upgrade --pre libtmux
71
72
- 0.16 and below: ` window['id'] `
72
73
73
74
0.17 and after: ` window.id `
75
+
74
76
- 0.16 and below: ` window.get('id') `
75
77
76
78
0.17 and after: ` window.id `
79
+
77
80
- 0.16 and below: ` window.get('id', None) `
78
81
79
82
0.17 and after: ` getattr(window, 'id', None) `
@@ -107,7 +110,7 @@ $ pip install --user --upgrade --pre libtmux
107
110
support ` tmux(1) ` versions like ` 3.1a ` .
108
111
109
112
Fixes warning:
110
-
113
+
111
114
> DeprecationWarning: distutils Version classes are deprecated. Use
112
115
> packaging.version instead.
113
116
You can’t perform that action at this time.
0 commit comments