Skip to content

Commit 14f350c

Browse files
committed
docs(CHANGES,MIGRATION): Note split window updates
1 parent 42354c4 commit 14f350c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ $ pip install --user --upgrade --pre libtmux
1515

1616
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1717

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+
1825
### Development
1926

2027
- poetry: 1.7.1 -> 1.8.1

MIGRATION

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ _Detailed migration steps for the next version will be posted here._
2525

2626
<!-- To the maintainers and contributors: please add migration details for the upcoming release here -->
2727

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+
2835
## 0.31.0: Renaming and command cleanup (2024-02-17)
2936

3037
### Cleanups (#527)

0 commit comments

Comments
 (0)