Skip to content

Commit 1fae606

Browse files
committed
[DOCS] Fixes ordering of changelog sections
1 parent 7eef3f1 commit 1fae606

File tree

1 file changed

+74
-54
lines changed

1 file changed

+74
-54
lines changed

docs/CHANGELOG.asciidoc

Lines changed: 74 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[partintro]
55
--
6-
// To add a release, copy and paste the placeholder text at the bottom
6+
// To add a release, copy and paste the template text
77
// and add a link to the new section. Note that release subheads must
88
// be floated and sections cannot be empty.
99

@@ -15,6 +15,7 @@
1515
This section summarizes the changes in each release.
1616

1717
* <<release-notes-6.4.0>>
18+
* <<release-notes-6.3.1>>
1819
* <<release-notes-6.3.0>>
1920
* <<release-notes-6.2.4>>
2021
* <<release-notes-6.2.3>>
@@ -35,13 +36,50 @@ This section summarizes the changes in each release.
3536
* <<release-notes-6.0.0-alpha2>>
3637
* <<release-notes-6.0.0-alpha1>>
3738
* <<release-notes-6.0.0-alpha1-5x>>
38-
* <<release-notes-6.3.1>>
3939

4040
--
4141

42+
////
43+
// To add a release, copy and paste the following text, uncomment the relevant
44+
// sections, and add a link to the new section in the list of releases at the
45+
// top of the page. Note that release subheads must be floated and sections
46+
// cannot be empty.
47+
// TEMPLATE
48+
49+
// [[release-notes-n.n.n]]
50+
// == {es} n.n.n
51+
52+
//[float]
53+
[[breaking-n.n.n]]
54+
//=== Breaking Changes
55+
56+
//[float]
57+
//=== Breaking Java Changes
58+
59+
//[float]
60+
//=== Deprecations
61+
62+
//[float]
63+
//=== New Features
64+
65+
//[float]
66+
//=== Enhancements
67+
68+
//[float]
69+
//=== Bug Fixes
70+
71+
//[float]
72+
//=== Regressions
73+
74+
//[float]
75+
//=== Known Issues
76+
////
77+
4278
[[release-notes-6.4.0]]
4379
== {es} version 6.4.0
4480

81+
coming[6.4.0]
82+
4583
//[float]
4684
//[[breaking-6.4.0]]
4785
//=== Breaking Changes
@@ -77,9 +115,43 @@ Fix NPE when CumulativeSum agg encounters null value/empty bucket ({pull}29641[#
77115
//[float]
78116
//=== Known Issues
79117

118+
[[release-notes-6.3.1]]
119+
== Elasticsearch version 6.3.1
120+
121+
coming[6.3.1]
122+
123+
//[float]
124+
[[breaking-6.3.1]]
125+
//=== Breaking Changes
126+
127+
//[float]
128+
//=== Breaking Java Changes
129+
130+
//[float]
131+
//=== Deprecations
132+
133+
//[float]
134+
//=== New Features
135+
136+
//[float]
137+
//=== Enhancements
138+
139+
[float]
140+
=== Bug Fixes
141+
142+
Reduce the number of object allocations made by {security} when resolving the indices and aliases for a request ({pull}30180[#30180])
143+
144+
//[float]
145+
//=== Regressions
146+
147+
//[float]
148+
//=== Known Issues
149+
80150
[[release-notes-6.3.0]]
81151
== {es} version 6.3.0
82152

153+
coming[6.3.0]
154+
83155
[float]
84156
[[breaking-6.3.0]]
85157
=== Breaking Changes
@@ -411,58 +483,6 @@ Machine Learning::
411483

412484
* Account for gaps in data counts after job is reopened ({pull}30294[#30294])
413485

414-
[[release-notes-6.3.1]]
415-
== Elasticsearch version 6.3.1
416-
417-
//[float]
418-
//=== New Features
419-
420-
//[float]
421-
//=== Enhancements
422-
423-
[float]
424-
=== Bug Fixes
425-
426-
Reduce the number of object allocations made by {security} when resolving the indices and aliases for a request ({pull}30180[#30180])
427-
428-
//[float]
429-
//=== Regressions
430-
431-
//[float]
432-
//=== Known Issues
433-
434-
// To add a release, copy and paste the following text, uncomment the relevant
435-
// sections, and add a link to the new section in the list of releases at the
436-
// top of the page. Note that release subheads must be floated and sections
437-
// cannot be empty.
438-
439-
// [[release-notes-n.n.n]]
440-
// == {es} n.n.n
441-
442-
//[float]
443-
//=== Breaking Changes
444-
445-
//[float]
446-
//=== Breaking Java Changes
447-
448-
//[float]
449-
//=== Deprecations
450-
451-
//[float]
452-
//=== New Features
453-
454-
//[float]
455-
//=== Enhancements
456-
457-
//[float]
458-
//=== Bug Fixes
459-
460-
//[float]
461-
//=== Regressions
462-
463-
//[float]
464-
//=== Known Issues
465-
466486
[[release-notes-6.2.0]]
467487
== {es} version 6.2.0
468488

0 commit comments

Comments
 (0)