diff --git a/docs/changelog/104091.yaml b/docs/changelog/104091.yaml index 622b6d9b039d8..42609e42471f8 100644 --- a/docs/changelog/104091.yaml +++ b/docs/changelog/104091.yaml @@ -5,7 +5,7 @@ type: breaking issues: [] breaking: title: "[ESQL] Remove is_nan, is_finite, and `is_infinite`" - area: ES|QL + area: REST API details: Removes the functions `is_nan`, `is_finite`, and `is_infinite`. impact: Attempting to use the above functions will now be a planner time error. These functions are no longer supported. notable: false