Skip to content

Commit 3e7fccd

Browse files
author
Paul Sanwald
authored
Add a CHANGELOG file for release notes. (elastic#29450)
* Add a CHANGELOG file for 7.x release notes. * update file to include 6.x * remove confusing comment and small edit to section title * moving CHANGELOG file under docs directory, as it pertains to release notes.
1 parent 2b47d67 commit 3e7fccd

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHANGELOG.asciidoc merge=union

docs/CHANGELOG.asciidoc

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
// Use these for links to issue and pulls. Note issues and pulls redirect one to
2+
// each other on Github, so don't worry too much on using the right prefix.
3+
// :issue: https://github.com/elastic/elasticsearch/issues/
4+
// :pull: https://github.com/elastic/elasticsearch/pull/
5+
6+
= Elasticsearch Release Notes
7+
8+
== Elasticsearch 7.0.0
9+
10+
=== Breaking Changes
11+
12+
=== Breaking Java Changes
13+
14+
=== Deprecations
15+
16+
=== New Features
17+
18+
=== Enhancements
19+
20+
=== Bug Fixes
21+
22+
=== Regressions
23+
24+
=== Known Issues
25+
26+
== Elasticsearch version 6.3.0
27+
28+
=== New Features
29+
30+
=== Enhancements
31+
32+
=== Bug Fixes
33+
34+
=== Regressions
35+
36+
=== Known Issues
37+
38+

0 commit comments

Comments
 (0)