Skip to content

Commit 2ea184a

Browse files
committed
docs(CHANGES): Polish 0.28.0 release notes
1 parent 1f252c5 commit 2ea184a

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

CHANGES

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)