Skip to content

Commit 28f8db8

Browse files
committed
docs(CHANGES): Linkify
1 parent cfc84a7 commit 28f8db8

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGES

+17-17
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ $ pip install --user --upgrade --pre libtmux
1414

1515
### Compatibility
1616

17-
- Internal: Use new separator to split `tmux(1)` formatting information (#289,
18-
#343)
17+
- Internal: Use new separator to split `tmux(1)` formatting information ({issue}`289`,
18+
{issue}`343`)
1919

2020
The separator is configurable via `LIBTMUX_TMUX_FORMAT_SEPARATOR`. If you ever
2121
have compatiblity issues in the future let us know which default works best
2222
across versions.
2323

2424
Credit: @JonathanRaiman and @jagguli
2525

26-
- Basic type annotations (#359, #361) via @otherJL0
26+
- Basic type annotations ({issue}`359`, {issue}`361`) via @otherJL0
2727

2828
### Development
2929

30-
- Code cleanup (#362) from @otherJL0
31-
- Format with black w/ string normalization. This is a one-time diff (#354)
30+
- Code cleanup ({issue}`362`) from @otherJL0
31+
- Format with black w/ string normalization. This is a one-time diff ({issue}`354`)
3232

3333
### Documentation
3434

@@ -39,40 +39,40 @@ $ pip install --user --upgrade --pre libtmux
3939

4040
### Packaging
4141

42-
First experimental release using `poetry build` (#347). If you are packaging and run
43-
across any difficulty please see [#346](https://github.com/tmux-python/libtmux/issues/346)
42+
First experimental release using `poetry build` ({issue}`347`). If you are packaging and run
43+
across any difficulty please see {issue}`346`.
4444

4545
### Compatibility
4646

47-
- Drop python 3.6 (#344)
48-
- Add python 3.10, though still `packaging.version` issues remain (#344)
47+
- Drop python 3.6 ({issue}`344`)
48+
- Add python 3.10, though still `packaging.version` issues remain ({issue}`344`)
4949

5050
A compat module and version constraints will need to be added for this
5151

5252
### Development
5353

54-
- poetry: 1.1.7 -> 1.1.12 (#344)
55-
- Add `.pre-commit-config.yaml` (#344)
54+
- poetry: 1.1.7 -> 1.1.12 ({issue}`344`)
55+
- Add `.pre-commit-config.yaml` ({issue}`344`)
5656

5757
## libtmux 0.10.2 (2021-10-30)
5858

59-
- #324: Update poetry to 1.1
59+
- {issue}`324`: Update poetry to 1.1
6060
- CI: Use poetry 1.1.7 and `install-poetry.py` installer
6161
- Relock poetry.lock at 1.1 (w/ 1.1.7's fix)
62-
- #339 (CI): Lock python at 3.9 to avoid poetry issue with `dataclasses`
63-
- ci: Fix publishing docs (similar to #339)
64-
- #341 #342: `Server.attached_sessions()` now supports multiple attached sessions.
62+
- {issue}`339` (CI): Lock python at 3.9 to avoid poetry issue with `dataclasses`
63+
- ci: Fix publishing docs (similar to {issue}`339`)
64+
- {issue}`341` {issue}`342`: `Server.attached_sessions()` now supports multiple attached sessions.
6565

6666
Remove attached sessions limitation to not detect multiple attached clients,
6767
thank you @timoses
6868

6969
## libtmux 0.10.1 (2021-06-16)
7070

71-
- Update `Window.select_window()` for #271
71+
- Update `Window.select_window()` for {issue}`271`
7272

7373
## libtmux 0.10.0 (2021-06-16)
7474

75-
- #321: Convert to markdown
75+
- {issue}`321`: Convert to markdown
7676
- {issue}`271`: Fix {}`select_window()` by providing the session ID as
7777
argument to {}`-t`. Thanks @Flowdalic
7878
- Drop python 3.5 support

0 commit comments

Comments
 (0)