Skip to content

Commit 68fde1c

Browse files
committed
docs(CHANGES): Format with prettier
prettier CHANGES --parser markdown
1 parent bd89e82 commit 68fde1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)