diff --git a/docs/reference/release-notes.asciidoc b/docs/reference/release-notes.asciidoc index 215f06b2c4f..3ffb7cbe29a 100644 --- a/docs/reference/release-notes.asciidoc +++ b/docs/reference/release-notes.asciidoc @@ -7,6 +7,7 @@ This section summarizes the changes in each release. * <> +* <> * <> * <> * <> diff --git a/docs/reference/release-notes/7.3.asciidoc b/docs/reference/release-notes/7.3.asciidoc index a1e458b953b..91bc3a9c336 100644 --- a/docs/reference/release-notes/7.3.asciidoc +++ b/docs/reference/release-notes/7.3.asciidoc @@ -10,7 +10,7 @@ Also see <>. === Bug fixes Data Frame:: -* [ML-DataFrame] Fix off-by-one error in checkpoint operations_behind {pull}46235[#46235] +* Fix off-by-one error in checkpoint operations_behind {pull}46235[#46235] Distributed:: * Update translog checkpoint after marking operations as persisted {pull}45634[#45634] (issue: {issue}29161[#29161]) @@ -22,6 +22,9 @@ Engine:: Infra/Scripting:: * Fix bugs in Painless SCatch node {pull}45880[#45880] +Machine learning:: +* Throw an error when a datafeed needs {ccs} but it is not enabled for the node {pull}46044[#46044] + SQL:: * SQL: Fix issue with IIF function when condition folds {pull}46290[#46290] (issue: {issue}46268[#46268]) * SQL: Fix issue with DataType for CASE with NULL {pull}46173[#46173] (issue: {issue}46032[#46032])