mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
Changes instances of `[float]` in our docs for `[discrete]`. Asciidoctor prefers the `[discrete]` tag for floating headings: https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
31 lines
915 B
Text
31 lines
915 B
Text
[[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:
|
|
// [discrete]
|
|
// === Heading
|
|
//
|
|
// Description.
|