highlights.asciidoc 791 B

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