12345678910111213141516171819202122232425262728293031 |
- [[release-highlights]]
- == What's new in {minor-version}
- coming[{minor-version}]
- Here are the highlights of what's new and improved in {es} {minor-version}!
- ifeval::["{release-state}"!="unreleased"]
- For detailed information about this release, see the
- <<release-notes-{elasticsearch_version}, Release notes >> and
- <<breaking-changes-{minor-version}, Breaking changes>>.
- endif::[]
- // Add previous release to the list
- // Other versions:
- // {ref-bare}/7.last/release-highlights.html[7.last]
- // | {ref-bare}/8.0/release-highlights.html[8.0]
- // Use the notable-highlights tag to mark entries that
- // should be featured in the Stack Installation and Upgrade Guide:
- // tag::notable-highlights[]
- // [discrete]
- // === Heading
- //
- // Description.
- // end::notable-highlights[]
- // Omit the notable highlights tag for entries that only need to appear in the ES ref:
- // [float]
- // === Heading
- //
- // Description.
|