File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ $ pip install --user --upgrade --pre libtmux
15
15
16
16
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
17
17
18
+ ### Breaking changes
19
+
20
+ Splitting updates (#532 ):
21
+
22
+ - ` Window.split_window() ` to {meth}` Window.split() `
23
+ - ` Pane.split_window() ` to {meth}` Pane.split() `
24
+
18
25
### Development
19
26
20
27
- poetry: 1.7.1 -> 1.8.1
Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ _Detailed migration steps for the next version will be posted here._
25
25
26
26
<!-- To the maintainers and contributors: please add migration details for the upcoming release here -->
27
27
28
+ ## 0.33.0: Deprecations for splitting (2024-03-03)
29
+
30
+ ### Deprecations (#532 )
31
+
32
+ - ` Window.split_window() ` to {meth}` Window.split() `
33
+ - ` Pane.split_window() ` to {meth}` Pane.split() `
34
+
28
35
## 0.31.0: Renaming and command cleanup (2024-02-17)
29
36
30
37
### Cleanups (#527 )
You can’t perform that action at this time.
0 commit comments