Skip to content

Commit

Permalink
Support permalinks for subsections in Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jan 14, 2024
1 parent c600875 commit b184888
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ repository on GitHub.
[[release-notes-5.11.0-M1-junit-platform]]
=== JUnit Platform

[[release-notes-5.11.0-M1-junit-platform-bug-fixes]]
==== Bug Fixes

* ❓

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

* ❓

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

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

[[release-notes-5.11.0-M1-junit-jupiter-bug-fixes]]
==== Bug Fixes

* ❓

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

* Change used Kotlin API and language version from 1.3 to 1.6.
* Kotlin support now depends on Kotlin API and language version 1.6; whereas, it
previously depended on version 1.3.

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

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

[[release-notes-5.11.0-M1-junit-vintage-bug-fixes]]
==== Bug Fixes

* ❓

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

* ❓

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

* ❓
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ JUnit repository on GitHub.
[[release-notes-VERSION-junit-platform]]
=== JUnit Platform

[[release-notes-VERSION-junit-platform-bug-fixes]]
==== Bug Fixes

* ❓

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

* ❓

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

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

[[release-notes-VERSION-junit-jupiter-bug-fixes]]
==== Bug Fixes

* ❓

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

* ❓

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

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

[[release-notes-VERSION-junit-vintage-bug-fixes]]
==== Bug Fixes

* ❓

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

* ❓

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

* ❓

0 comments on commit b184888

Please sign in to comment.