From a8d38546423370ff3c8dc030c1a974e7cab4f35c Mon Sep 17 00:00:00 2001 From: Toan Quach <93168955+toan-quach@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:04:23 +0700 Subject: [PATCH] Update docs/relnotes.md Co-authored-by: Jean-Robin --- docs/relnotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relnotes.md b/docs/relnotes.md index 3ad371f42..99af46cd8 100644 --- a/docs/relnotes.md +++ b/docs/relnotes.md @@ -40,7 +40,7 @@ This is the list of changes to Taipy releases as they were published. The function `taipy.get_latest_submission()^` was also added to retrieve the last submitted entity. For more information, refer to [TODO](). -- `taipy.submit()`, `Scenario.submit()^`, `Sequence.submit()^` and `Task.submit()^` now return a `Submission^` entity. +- `taipy.submit()^`, `Scenario.submit()^`, `Sequence.submit()^` and `Task.submit()^` now return a `Submission^` entity. - The `modin` exposed type as been deprecated. When used, a fallback on pandas is applied. For more information, refer to [issue #631](https://github.com/Avaiga/taipy/issues/631).