[DOCS] Adds machine learning PRs to release notes (#46564)

This commit is contained in:
Lisa Cawley 2019-09-11 08:26:25 -07:00 committed by lcawl
parent 07a0140260
commit dea472c6fb
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,7 @@
This section summarizes the changes in each release.
* <<release-notes-7.4.0>>
* <<release-notes-7.3.2>>
* <<release-notes-7.3.1>>
* <<release-notes-7.3.0>>
* <<release-notes-7.2.1>>

View File

@ -10,7 +10,7 @@ Also see <<breaking-changes-7.3,Breaking changes in 7.3>>.
=== 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])