From 8529c33e04348b42745c8fe7321b45b7b6a93498 Mon Sep 17 00:00:00 2001 From: Fabien Lelaquais Date: Wed, 18 Dec 2024 12:52:20 +0100 Subject: [PATCH] Added note on issue #2257 --- docs/release-notes/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index a3ae16e53..3c5fea92e 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -382,6 +382,9 @@ following new functionalities:

taipy-gui 4.0.2

+- Boolean values are not represented properly in table controls that set the *use_checkbox* + property To True.
+ See [issue #2257](https://github.com/Avaiga/taipy/issues/2257). - Lambda functions may fail to locate state variables or local functions.
See [issue #2212](https://github.com/Avaiga/taipy/issues/2212) and [issue #2242](https://github.com/Avaiga/taipy/issues/2242).