From 76fe0843de21bd7fe461aa4212e315ab12863f48 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 17 Dec 2018 10:09:26 -0800 Subject: [PATCH 1/2] [DOCS] Edits 6.5.4 release notes entries --- docs/CHANGELOG.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 49cecf0786..49d9af5ec5 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -32,9 +32,10 @@ === Bug Fixes -Correct query times for model plot and forecast in the bucket to match the times we assign -the samples we add to the model for each bucket. For long bucket lengths, this could result -in apparently shifted model plot with respect to the data and increased errors in forecasts. +Corrects query times for model bounds and forecasts in the bucket to match the +times assigned to the samples that are added to the model for each bucket. For +long bucket lengths, this fix could result in apparently shifted model bounds +with respect to the data and increased errors in forecasts. (See {ml-pull}327[#327].) == {es} version 6.5.0 From 1bdc54f17c20911b0e30ee377ab8d62b2c37e8aa Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 18 Dec 2018 09:25:07 -0800 Subject: [PATCH 2/2] [DOCS] Addresses feedback --- docs/CHANGELOG.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 49d9af5ec5..8cd55d8e8f 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -32,10 +32,10 @@ === Bug Fixes -Corrects query times for model bounds and forecasts in the bucket to match the -times assigned to the samples that are added to the model for each bucket. For -long bucket lengths, this fix could result in apparently shifted model bounds -with respect to the data and increased errors in forecasts. (See {ml-pull}327[#327].) +Fixes a problem that could result in shifted model bounds and increased forecast +errors with long bucket spans. The solution was to correct query times for model +bounds and forecasts in the bucket to match the times assigned to the samples +that are added to the model for each bucket. (See {ml-pull}327[#327].) == {es} version 6.5.0