Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Commented out empty sections to fix the doc build #30372

Merged
merged 1 commit into from
May 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 44 additions & 8 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

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

// Use these for links to issue and pulls. Note issues and pulls redirect one to
// each other on Github, so don't worry too much on using the right prefix.
:issue: https://github.com/elastic/elasticsearch/issues/
Expand All @@ -12,7 +16,7 @@ This section summarizes the changes in each release.

* <<release-notes-7.0.0>>
* <<release-notes-6.4.0>>

* <<release-notes-6.3.1>>

--

Expand All @@ -37,6 +41,7 @@ Machine Learning::

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

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

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

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

//[float]
//=== Regressions

//[float]
//=== Known Issues

Expand Down Expand Up @@ -113,19 +116,52 @@ Machine Learning::

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

[[release-notes-6.3.1]]
== Elasticsearch version 6.3.1

=== New Features
//[float]
//=== New Features

=== Enhancements
//[float]
//=== Enhancements

[float]
=== Bug Fixes

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

=== Regressions
//[float]
//=== Regressions

//[float]
//=== Known Issues

// To add a release, copy and paste the following text, uncomment the relevant
// sections, and add a link to the new section in the list of releases at the
// top of the page. Note that release subheads must be floated and sections
// cannot be empty.

// [[release-notes-n.n.n]]
// == {es} n.n.n

//[float]
//=== Breaking Changes

//[float]
//=== Breaking Java Changes

//[float]
//=== Deprecations

//[float]
//=== New Features

//[float]
//=== Enhancements

//[float]
//=== Bug Fixes

=== Known Issues
//[float]
//=== Regressions

Expand Down