Skip to content

Commit 1962446

Browse files
authored
[DOCS] Commented out empty sections in the changelog to fix the doc build. (#30372)
1 parent aa0d7c7 commit 1962446

File tree

1 file changed

+44
-8
lines changed

1 file changed

+44
-8
lines changed

docs/CHANGELOG.asciidoc

+44-8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
[partintro]
55
--
6+
// To add a release, copy and paste the placeholder text at the bottom
7+
// and add a link to the new section. Note that release subheads must
8+
// be floated and sections cannot be empty.
9+
610
// Use these for links to issue and pulls. Note issues and pulls redirect one to
711
// each other on Github, so don't worry too much on using the right prefix.
812
:issue: https://github.com/elastic/elasticsearch/issues/
@@ -12,7 +16,7 @@ This section summarizes the changes in each release.
1216

1317
* <<release-notes-7.0.0>>
1418
* <<release-notes-6.4.0>>
15-
19+
* <<release-notes-6.3.1>>
1620

1721
--
1822

@@ -37,6 +41,7 @@ Machine Learning::
3741

3842
* <<remove-http-enabled, Removed `http.enabled` setting>> ({pull}29601[#29601])
3943

44+
[float]
4045
=== Deprecations
4146
Monitoring::
4247
* The `xpack.monitoring.collection.interval` setting can no longer be set to `-1`
@@ -66,15 +71,13 @@ ones that the user is authorized to access in case field level security is enabl
6671
Fixed prerelease version of elasticsearch in the `deb` package to sort before GA versions
6772
({pull}29000[#29000])
6873

74+
[float]
6975
=== Regressions
7076
Fail snapshot operations early when creating or deleting a snapshot on a repository that has been
7177
written to by an older Elasticsearch after writing to it with a newer Elasticsearch version. ({pull}30140[#30140])
7278

7379
Fix NPE when CumulativeSum agg encounters null value/empty bucket ({pull}29641[#29641])
7480

75-
//[float]
76-
//=== Regressions
77-
7881
//[float]
7982
//=== Known Issues
8083

@@ -113,19 +116,52 @@ Machine Learning::
113116

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

119+
[[release-notes-6.3.1]]
116120
== Elasticsearch version 6.3.1
117121

118-
=== New Features
122+
//[float]
123+
//=== New Features
119124

120-
=== Enhancements
125+
//[float]
126+
//=== Enhancements
121127

128+
[float]
122129
=== Bug Fixes
123130

124131
Reduce the number of object allocations made by {security} when resolving the indices and aliases for a request ({pull}30180[#30180])
125132

126-
=== Regressions
133+
//[float]
134+
//=== Regressions
135+
136+
//[float]
137+
//=== Known Issues
138+
139+
// To add a release, copy and paste the following text, uncomment the relevant
140+
// sections, and add a link to the new section in the list of releases at the
141+
// top of the page. Note that release subheads must be floated and sections
142+
// cannot be empty.
143+
144+
// [[release-notes-n.n.n]]
145+
// == {es} n.n.n
146+
147+
//[float]
148+
//=== Breaking Changes
149+
150+
//[float]
151+
//=== Breaking Java Changes
152+
153+
//[float]
154+
//=== Deprecations
155+
156+
//[float]
157+
//=== New Features
158+
159+
//[float]
160+
//=== Enhancements
161+
162+
//[float]
163+
//=== Bug Fixes
127164

128-
=== Known Issues
129165
//[float]
130166
//=== Regressions
131167

0 commit comments

Comments
 (0)