highlights.asciidoc 764 B

123456789101112131415161718192021222324252627
  1. [[release-highlights]]
  2. == What's new in {minor-version}
  3. Here are the highlights of what's new and improved in {es} {minor-version}!
  4. For detailed information about this release, see the <<es-release-notes>> and
  5. <<breaking-changes>>.
  6. // Add previous release to the list
  7. // Other versions:
  8. // {ref-bare}/7.last/release-highlights.html[7.last]
  9. // | {ref-bare}/8.0/release-highlights.html[8.0]
  10. // Use the notable-highlights tag to mark entries that
  11. // should be featured in the Stack Installation and Upgrade Guide:
  12. // tag::notable-highlights[]
  13. // [discrete]
  14. // === Heading
  15. //
  16. // Description.
  17. // end::notable-highlights[]
  18. // Omit the notable highlights tag for entries that only need to appear in the ES ref:
  19. // [discrete]
  20. // === Heading
  21. //
  22. // Description.