From c4ac0bccda0bb5d2f457ef54c2f58f2f4fef591e Mon Sep 17 00:00:00 2001 From: Mark Tozzi Date: Wed, 15 Nov 2023 10:25:02 -0500 Subject: [PATCH] Update docs/changelog/102183.yaml --- docs/changelog/102183.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog/102183.yaml b/docs/changelog/102183.yaml index 3175d44b5687e..e6b05bd7b8627 100644 --- a/docs/changelog/102183.yaml +++ b/docs/changelog/102183.yaml @@ -1,13 +1,13 @@ pr: 102183 summary: "[ES|QL] pow function always returns double" area: ES|QL -type: "breaking" +type: "breaking, bug" issues: - 99055 breaking: title: "[ES|QL] pow function always returns double" area: REST API - details: In ES|QL, the pow function no longer returns the type of its inputs, - instead always returning a double. + details: "In ES|QL, the pow function no longer returns the type of its inputs, instead\ + \ always returning a double." impact: low. Most queries should continue to function with the change. notable: false