ソースを参照

Add changelog (#83830)

Having a `CHANGELOG.md` file in the root of a code repository is a
very common practice. Elasticsearch doesn't follow this for good
reasons, and publishes extensive release notes on the website.
However we can be more helpful to users browsing the repository by
pointing them to the release notes.
Rory Hunter 3 年 前
コミット
62943fe85c
1 ファイル変更3 行追加0 行削除
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -0,0 +1,3 @@
+# Elasticsearch Changlog
+
+Please see the [release notes](https://www.elastic.co/guide/en/elasticsearch/reference/current/es-release-notes.html) in the reference manual.