Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.25 KB

release-highlights.asciidoc

File metadata and controls

49 lines (43 loc) · 1.25 KB

What’s new in {minor-version}

coming::[{minor-version}]

Here are the highlights of what’s new and improved in {es} {minor-version}! <% if (priorVersions.size() > 0) { %> Other versions:

<% print priorVersions.join("\n| ") print "\n" }

/* The notable-highlights tag needs to exist, whether or not we actually have any notable highlights. */ if (notableHighlights.isEmpty()) { %> <% } else { %> <% for (highlight in notableHighlights) { %>

[[${ highlight.anchor }]] === ${highlight.title} ${highlight.body.trim()}

{es-pull}${highlight.pr}[#${highlight.pr}] <% } %> <% } %> <% for (highlight in nonNotableHighlights) { %>

[[${ highlight.anchor }]] === ${highlight.title} ${highlight.body.trim()}

{es-pull}${highlight.pr}[#${highlight.pr}] <% } %>