From 62f2918abce67af35cb7a2fd08f8b143e3cd21b6 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Wed, 2 May 2018 09:00:35 -0700 Subject: [PATCH] Added changelog entry for deb prerelease version change (#30184) This commit adds a changelog entry for the change in #29000. --- docs/CHANGELOG.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index a880a3c423e..7fc5c48d73a 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -59,6 +59,10 @@ ones that the user is authorized to access in case field level security is enabl [float] === Bug Fixes +Fixed prerelease version of elasticsearch in the `deb` package to sort before GA versions +({pull}29000[#29000]) + +=== 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])