Conversation
Contributor
Docs preview (local build)Handbook preview: https://docs-v3-preview.elastic.dev/elastic/docs-builder/pull/4065/ Sample changed pages: |
Contributor
There was a problem hiding this comment.
Approved.
What is this? | From workflow: PR Review
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
reakaleek
approved these changes
Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Instead of the current "Features and enhancements" section that is created in the
changelog rendercommand output and the changelog directive, this PR generates separate "Features" and "Enhancements" sections.Similar to the handling of the "Highlights" section, there's an option in the changelog directive to show each changelog's description too.
Details
featureandenhancementnow render as separate Features and Enhancements sections. Empty sections are still omitted, so a patch release with only enhancements will not show a Features heading.:description-visibility:accepts comma-separated tokens, includingkeep-feature-descriptions. You can combine overlays:Deep links that used
-features-enhancementsneed to move to-features/-enhancements. That is documented indocs/syntax/changelog.md.With
:dropdowns:set, "Features" uses the same{dropdown}rendering as "Highlights". Without that option, "Features" stay flat bullets. "Enhancements" and the other list sections are unchanged.Area headers show only when
:subsections:is also set. That applies to "Features", "Highlights", and the other dropdown sections (breaking changes still group by subtype).Tests
When I change the Cloud Serverless release notes to use this new option:
:::{changelog} :cdn: cloud-serverless :highlights: :description-visibility: keep-highlight-descriptions, keep-feature-descriptions :link-visibility: keep-links :::... it renders like this:
If I drop the
keep-feature-descriptionsclause from the directive, it looks like this:If I add the
:dropdowns:clause, it looks like this:If I also add the
:subsections:clause, that works too:Generative AI disclosure
Tool(s) and model(s) used: Cursor Grok 4.6