@@ -64,13 +64,11 @@ _Detailed migration steps for the next version will be posted here._
6464### Renamings (#527 )
6565
6666- ` Session.attached_window ` renamed to {meth}` Session.active_window `
67- - ` Session.attached_window ` deprecated
67+ - ` Session.attached_window ` deprecated
6868- ` Session.attached_pane ` renamed to {meth}` Session.active_pane `
69- - ` Session.attached_pane ` deprecated
69+ - ` Session.attached_pane ` deprecated
7070- ` Window.attached_pane ` renamed to {meth}` Window.active_pane `
71- - ` Window.attached_pane ` deprecated
72-
73-
71+ - ` Window.attached_pane ` deprecated
7472
7573## 0.28.0: Resizing and detached by default (2024-02-15)
7674
@@ -88,6 +86,7 @@ _Detailed migration steps for the next version will be posted here._
8886- ` Pane.resize_pane() ` renamed to {meth}` Pane.resize() ` (via #523 )
8987
9088 This convention will be more consistent with {meth}` Window.resize() ` .
89+
9190- {meth}` Pane.resize_pane() ` 's params changed (#523 )
9291
9392 - No longer accepts ` -U ` , ` -D ` , ` -L ` , ` -R ` directly, instead accepts
@@ -129,9 +128,11 @@ _Detailed migration steps for the next version will be posted here._
129128- 0.16 and below: `window[' id' ]`
130129
131130 0.17 and after: `window.id`
131+
132132- 0.16 and below: `window.get(' id' )`
133133
134134 0.17 and after: `window.id`
135+
135136- 0.16 and below: `window.get(' id' , None )`
136137
137138 0.17 and after: `getattr (window, ' id' , None )`
0 commit comments