File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 66
77This section summarizes the changes in each release.
88
9+ * <<release-notes-7.1.0>>
910* <<release-notes-7.0.1>>
1011* <<release-notes-7.0.0>>
1112* <<release-notes-7.0.0-rc2>>
@@ -16,6 +17,7 @@ This section summarizes the changes in each release.
1617
1718--
1819
20+ include::release-notes/7.1.0.asciidoc[]
1921include::release-notes/7.0.asciidoc[]
2022include::release-notes/7.0.0-rc2.asciidoc[]
2123include::release-notes/7.0.0-rc1.asciidoc[]
Original file line number Diff line number Diff line change 1+ ////
2+ // To add a release, copy and paste the following text, uncomment the relevant
3+ // sections, and add a link to the new section in the list of releases in
4+ // ../release-notes.asciidoc. Note that release subheads must be floated and
5+ // sections cannot be empty.
6+ // TEMPLATE
7+
8+ // [[release-notes-n.n.n]]
9+ // == {es} version n.n.n
10+
11+ // coming[n.n.n]
12+
13+ // Also see <<breaking-changes-n.n>>.
14+
15+ // [float]
16+ // [[breaking-n.n.n]]
17+ // === Breaking Changes
18+
19+ // [float]
20+ // [[breaking-java-n.n.n]]
21+ // === Breaking Java Changes
22+
23+ // [float]
24+ // [[deprecation-n.n.n]]
25+ // === Deprecations
26+
27+ // [float]
28+ // [[feature-n.n.n]]
29+ // === New Features
30+
31+ // [float]
32+ // [[enhancement-n.n.n]]
33+ // === Enhancements
34+
35+ // [float]
36+ // [[bug-n.n.n]]
37+ // === Bug Fixes
38+
39+ // [float]
40+ // [[regression-n.n.n]]
41+ // === Regressions
42+
43+ // [float]
44+ // === Known Issues
45+ ////
46+
47+ [[release-notes-7.1.0]]
48+ == {es} version 7.1.0
49+
50+ Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
51+
52+ coming[7.1.0]
You can’t perform that action at this time.
0 commit comments