diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 765f9de1b..6425fc9bc 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -232,7 +232,7 @@ following new functionalities: [*show_custom_properties*](../refmans/gui/viselements/corelements/data_node.md#p-show_custom_properties) property. -

4.0.0

+

    4.0.0

- Taipy and all its dependencies now stop support Python 3.8.
The minimum supported Python version is now 3.9. @@ -250,7 +250,7 @@ following new functionalities: See [issue #1597](https://github.com/Avaiga/taipy/issues/1597) for more details and the [section on Styling](../userman/gui/styling/index.md#style-sheets). -

4.0.0

+

    4.0.0

- Setting up styling:
If a file named `taipy.css` is located in the same directory as the Python script (`.py`) @@ -355,7 +355,7 @@ following new functionalities: - Completed submissions may be notified twice.
See [issue #2152](https://github.com/Avaiga/taipy/issues/2152). -

4.0.1

+

    4.0.1

- Scenario selection becomes impossible in the `scenario_selector` control after creating a new Scenario.
@@ -379,7 +379,7 @@ following new functionalities: - Charts may swap data columns where refreshed with *rebuild* set to True.
See [issue #2302](https://github.com/Avaiga/taipy/issues/2302). -

4.0.1

+

    4.0.1

- The `-H` command line option is broken.
You must use the long `--host` option instead to specify the server hostname. @@ -397,7 +397,7 @@ following new functionalities: True.
See [issue #2005](https://github.com/Avaiga/taipy/issues/2005). -

4.0.0

+

    4.0.0

- The value of multiline [`input`](../refmans/gui/viselements/generic/input.md) controls is cleared when the ENTER key is pressed.