Skip to content

Commit 02ced14

Browse files
committed
docs(CHANGES): Rephrasing
1 parent 0f4d4a7 commit 02ced14

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

CHANGES

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
11
# Changelog
22

3-
To install the unreleased libtmux version, see [developmental releases](https://libtmux.git-pull.com/quickstart.html#developmental-releases).
3+
For instructions on installing the development version of libtmux, refer to
4+
[development releases](https://libtmux.git-pull.com/quickstart.html#developmental-releases).
45

5-
[pip](https://pip.pypa.io/en/stable/):
6+
To install via [pip](https://pip.pypa.io/en/stable/), use:
67

78
```console
89
$ pip install --user --upgrade --pre libtmux
910
```
1011

11-
## libtmux 0.31.x (unreleased)
12+
## libtmux 0.31.x (Yet to be released)
1213

13-
- _Notes on upcoming releases will be added here_
14+
- _Future release notes will be placed here_
1415

15-
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16+
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1617

1718
## libtmux 0.30.2 (2024-02-16)
1819

1920
### Development
2021

21-
- `TMUX_MAX_VERSION`: 3.3 -> 3.4
22+
- Updated `TMUX_MAX_VERSION` from 3.3 to 3.4
2223

2324
## libtmux 0.30.1 (2024-02-16)
2425

25-
### Bug fixes
26+
### Fixes
2627

27-
- pytest plugin, test module: Move to renamed methods from v0.30.0.
28+
- Adjusted pytest plugin and test module: Updated to use renamed methods from
29+
version 0.30.0.
2830

2931
## libtmux 0.30.0 (2024-02-16)
3032

31-
### New commands
33+
### Additions
3234

33-
- {meth}`Pane.kill()`
35+
- Introduced {meth}`Pane.kill()` method
3436

35-
### Renamed commands
37+
### Modifications
3638

3739
- `Window.select_window()` renamed to {meth}`Window.select()`
3840
- Deprecated `Window.select_window()`
@@ -47,7 +49,7 @@ $ pip install --user --upgrade --pre libtmux
4749
- `Window.kill_window()` renamed to {meth}`Window.kill()`
4850
- Deprecated `Window.kill_window()`
4951

50-
### Improved commands
52+
### Enhancements
5153

5254
- {meth}`Server.new_session()`: Support environment variables
5355
- {meth}`Window.split_window()`: Support `size` via `-l`
@@ -56,7 +58,7 @@ $ pip install --user --upgrade --pre libtmux
5658

5759
## libtmux 0.29.0 (2024-02-16)
5860

59-
#### Bug fixes
61+
#### Fixes
6062

6163
- Use {exc}`DeprecationWarning` for APIs set to be deprecated (#526)
6264

@@ -117,7 +119,7 @@ To keep the old behavior in 0.28.0 and beyond, pass `attach=True` explicitly.
117119
Tip: If {meth}`Pane.resize()` was not taking affect <= 0.27.1, try to resize with
118120
{meth}`Window.resize()` first.
119121

120-
### Bug fixes
122+
### Fixes
121123

122124
- {meth}`Window.refresh()` and {meth}`Pane.refresh()`: Refresh more underlying state (#523)
123125
- {meth}`Obj._refresh`: Allow passing args (#523)
@@ -589,7 +591,7 @@ _Maintenance only, no bug fixes or new features_
589591

590592
## libtmux 0.15.4 (2022-09-21)
591593

592-
### Bug fixes
594+
### Fixes
593595

594596
- Use stable `pytest` API imports where possible to fix issues in downstream
595597
packaging on Arch (#441, via #442)
@@ -830,7 +832,7 @@ _Maintenance only, no bug fixes or new features_
830832

831833
~~Final python 3.7 and 3.8 release~~
832834

833-
~~Bug fixes and security updates will go to
835+
~~Fixes and security updates will go to
834836
[`v0.11.x`](https://github.com/tmux-python/libtmux/tree/v0.11.x)~~
835837

836838
- Internal: Use new separator to split `tmux(1)` formatting information (#289,

0 commit comments

Comments
 (0)