@@ -40,25 +40,28 @@ _Maintenance only, no bug fixes or new features_
4040
4141### Breaking change
4242
43- #### {meth}` Session.new_window() ` + {meth}` Window.split_window() ` no longer attaches by default (#523 )
43+ #### Detached / unselected by default (#523 )
44+
45+ To ensure consistency and principle of least surprise, keep these set to
46+ not use ` -a ` unless explicitly specified.
47+
48+ Breaking: {meth}` Session.new_window() ` + {meth}` Window.split_window() ` no longer attaches by default.
4449
4550- 0.28.0 and greater: Defaults to ` attach=False ` .
4651- 0.27.1 and below: Defaults to ` attach=True ` .
4752
48- For the old behavior in 0.28.0 and beyond, pass ` attach=True ` explicitly.
53+ To keep the old behavior in 0.28.0 and beyond, pass ` attach=True ` explicitly.
4954
50- #### ` Pane.resize_pane() ` renamed to {meth} ` Pane.resize() ` (#523 )
55+ ### Improved resizing (#523 )
5156
52- This convention will be more consistent with {meth}` Window .resize()` .
57+ - Breaking: ` Pane.resize_pane() ` renamed to {meth}` Pane .resize()` ( # 523 )
5358
54- #### {meth}` Pane.resize_pane ()` 's params changed ( # 523 )
59+ This convention will be more consistent with {meth}` Window.resize ()` .
5560
56- - No longer accepts ` -U ` , ` -D ` , ` -L ` , ` -R ` directly, instead accepts
57- {class}` ~libtmux.constants.ResizeAdjustmentDirection ` (see below).
58-
59- ### New features
61+ - Breaking: {meth}` Pane.resize() ` 's params changed (#523 )
6062
61- #### Improvements to resizing (#523 )
63+ - No longer accepts ` -U ` , ` -D ` , ` -L ` , ` -R ` directly, instead accepts
64+ {class}` ~libtmux.constants.ResizeAdjustmentDirection ` ).
6265
6366- {meth}` Pane.resize() ` :
6467
0 commit comments