Skip to content

Commit 8cc2ab7

Browse files
committed
docs(MIGRATION): Note renamings
1 parent b356b92 commit 8cc2ab7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

MIGRATION

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,28 @@ _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.31.0: Renaming and command cleanup (2024-02-17)
29+
30+
### Cleanups (#527)
31+
32+
- Commands: Param change
33+
34+
{meth}`Server.cmd()`, {meth}`Session.cmd()`, {meth}`Window.cmd()`, {meth}`Pane.cmd()`
35+
36+
- Use `cmd: str` as first positional
37+
- Removed unused keyword arguments `**kwargs`
38+
39+
### Renamings (#527)
40+
41+
- `Session.attached_window` renamed to {meth}`Session.active_window`
42+
- `Session.attached_window` deprecated
43+
- `Session.attached_pane` renamed to {meth}`Session.active_pane`
44+
- `Session.attached_pane` deprecated
45+
- `Window.attached_pane` renamed to {meth}`Window.active_pane`
46+
- `Window.attached_pane` deprecated
47+
48+
49+
2850
## 0.28.0: Resizing and detached by default (2024-02-15)
2951

3052
#### Detach by default

0 commit comments

Comments
 (0)