Skip to content

Commit 6547031

Browse files
committed
docs(CHANGES): Fix heading level for Breaking changes section
why: "## Breaking changes" at line 60 was same level as release headers, creating an orphaned section outside the 0.48.0 release. what: - Change "## Breaking changes" to "### Breaking changes" to nest under 0.48.0 - Update "### Renamed commands" to "#### Renamed commands" accordingly
1 parent fb1b38d commit 6547031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ release. Set `LIBTMUX_SUPPRESS_VERSION_WARNING=1` to suppress the warning.
5757

5858
Added tmux 3.6 to test grid and `TMUX_MAX_VERSION` 3.4 -> 3.6.
5959

60-
## Breaking changes
60+
### Breaking changes
6161

62-
### Renamed commands
62+
#### Renamed commands
6363

6464
- Renamed `Window.set_window_option()` to {meth}`Window.set_option()` (#516)
6565

0 commit comments

Comments
 (0)