Skip to content

Commit c8c6657

Browse files
committed
docs(CHANGES): Note keyword-only arguments
1 parent 64e0aba commit c8c6657

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGES

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ $ pip install --user --upgrade --pre libtmux
1919

2020
#### Improved new sessions (#532)
2121

22-
- `Session.new_window()` to {meth}`Session.new_window()`
22+
- `Session.new_window()`:
2323

2424
- Learned `direction`, via {class}`~libtmux.constants.WindowDirection`).
25+
- [PEP 3102]-style arguments after window name (#534).
26+
27+
- Added {meth}`Window.new_window()` shorthand to create window based on that
28+
window's position.
29+
30+
[PEP 3102]: https://www.python.org/dev/peps/pep-3102/
2531

2632
#### Improved window splitting (#532)
2733

0 commit comments

Comments
 (0)