Skip to content

Commit b184888

Browse files
committed
Support permalinks for subsections in Release Notes
Closes #3639
1 parent c600875 commit b184888

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M1.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ repository on GitHub.
1313
[[release-notes-5.11.0-M1-junit-platform]]
1414
=== JUnit Platform
1515

16+
[[release-notes-5.11.0-M1-junit-platform-bug-fixes]]
1617
==== Bug Fixes
1718

1819
* ❓
1920

21+
[[release-notes-5.11.0-M1-junit-platform-deprecations-and-breaking-changes]]
2022
==== Deprecations and Breaking Changes
2123

2224
* ❓
2325

26+
[[release-notes-5.11.0-M1-junit-platform-new-features-and-improvements]]
2427
==== New Features and Improvements
2528

2629
* New `ConversionSupport` utility in `junit-platform-commons` which exposes the conversion
@@ -33,14 +36,18 @@ repository on GitHub.
3336
[[release-notes-5.11.0-M1-junit-jupiter]]
3437
=== JUnit Jupiter
3538

39+
[[release-notes-5.11.0-M1-junit-jupiter-bug-fixes]]
3640
==== Bug Fixes
3741

3842
* ❓
3943

44+
[[release-notes-5.11.0-M1-junit-jupiter-deprecations-and-breaking-changes]]
4045
==== Deprecations and Breaking Changes
4146

42-
* Change used Kotlin API and language version from 1.3 to 1.6.
47+
* Kotlin support now depends on Kotlin API and language version 1.6; whereas, it
48+
previously depended on version 1.3.
4349

50+
[[release-notes-5.11.0-M1-junit-jupiter-new-features-and-improvements]]
4451
==== New Features and Improvements
4552

4653
* New `@AutoClose` annotation that can be applied to fields within tests to automatically
@@ -52,14 +59,17 @@ repository on GitHub.
5259
[[release-notes-5.11.0-M1-junit-vintage]]
5360
=== JUnit Vintage
5461

62+
[[release-notes-5.11.0-M1-junit-vintage-bug-fixes]]
5563
==== Bug Fixes
5664

5765
* ❓
5866

67+
[[release-notes-5.11.0-M1-junit-vintage-deprecations-and-breaking-changes]]
5968
==== Deprecations and Breaking Changes
6069

6170
* ❓
6271

72+
[[release-notes-5.11.0-M1-junit-vintage-new-features-and-improvements]]
6373
==== New Features and Improvements
6474

6575
* ❓

documentation/src/docs/asciidoc/release-notes/release-notes-TEMPLATE.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ JUnit repository on GitHub.
2828
[[release-notes-VERSION-junit-platform]]
2929
=== JUnit Platform
3030

31+
[[release-notes-VERSION-junit-platform-bug-fixes]]
3132
==== Bug Fixes
3233

3334
* ❓
3435

36+
[[release-notes-VERSION-junit-platform-deprecations-and-breaking-changes]]
3537
==== Deprecations and Breaking Changes
3638

3739
* ❓
3840

41+
[[release-notes-VERSION-junit-platform-new-features-and-improvements]]
3942
==== New Features and Improvements
4043

4144
* ❓
@@ -44,14 +47,17 @@ JUnit repository on GitHub.
4447
[[release-notes-VERSION-junit-jupiter]]
4548
=== JUnit Jupiter
4649

50+
[[release-notes-VERSION-junit-jupiter-bug-fixes]]
4751
==== Bug Fixes
4852

4953
* ❓
5054

55+
[[release-notes-VERSION-junit-jupiter-deprecations-and-breaking-changes]]
5156
==== Deprecations and Breaking Changes
5257

5358
* ❓
5459

60+
[[release-notes-VERSION-junit-jupiter-new-features-and-improvements]]
5561
==== New Features and Improvements
5662

5763
* ❓
@@ -60,14 +66,17 @@ JUnit repository on GitHub.
6066
[[release-notes-VERSION-junit-vintage]]
6167
=== JUnit Vintage
6268

69+
[[release-notes-VERSION-junit-vintage-bug-fixes]]
6370
==== Bug Fixes
6471

6572
* ❓
6673

74+
[[release-notes-VERSION-junit-vintage-deprecations-and-breaking-changes]]
6775
==== Deprecations and Breaking Changes
6876

6977
* ❓
7078

79+
[[release-notes-VERSION-junit-vintage-new-features-and-improvements]]
7180
==== New Features and Improvements
7281

7382
* ❓

0 commit comments

Comments
 (0)