Skip to content

Commit fdbee80

Browse files
committed
Add "other" header above unsorted links
This makes it valid markdown and prevents the behavior of some renderers where each bullet gets rendered as a separate paragraph.
1 parent 0af5cc6 commit fdbee80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/relnotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,23 @@ Language
66
**relnotes**
77
{{language_relnotes}}
88

9+
**other**
910
{{language_unsorted}}
1011

1112
Compiler
1213
--------
1314
**relnotes**
1415
{{compiler_relnotes}}
1516

17+
**other**
1618
{{compiler_unsorted}}
1719

1820
Libraries
1921
---------
2022
**relnotes**
2123
{{libraries_relnotes}}
2224

25+
**other**
2326
{{libraries_unsorted}}
2427

2528
Stabilized APIs
@@ -30,6 +33,7 @@ Cargo
3033
**relnotes**
3134
{{cargo_relnotes}}
3235

36+
**other**
3337
{{cargo_unsorted}}
3438

3539
Misc
@@ -40,13 +44,15 @@ Compatibility Notes
4044
**relnotes**
4145
{{compat_relnotes}}
4246

47+
**other**
4348
{{compat_unsorted}}
4449

4550
UNSORTED
4651
--------
4752
**relnotes**
4853
{{unsorted_relnotes}}
4954

55+
**other**
5056
{{unsorted}}
5157

5258
{{links}}

0 commit comments

Comments
 (0)