diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md
index 3c5fea92e..7551cee0f 100644
--- a/docs/release-notes/index.md
+++ b/docs/release-notes/index.md
@@ -382,18 +382,24 @@ 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.
+- Boolean values are not properly represented in
+ [`table`](../refmans/gui/viselements/generic/table.md) controls when the *use_checkbox* property
+ is set 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).
-- Table controls may not apply new widths for columns properly.
+- [`table`](../refmans/gui/viselements/generic/table.md) controls do not consistently apply new
+ column widths.
+ Additionally, a new [*sortable*](../refmans/gui/viselements/generic/table.md#p-sortable) property
+ was introduced, allowing developers to disable the sorting functionality. This change reduces the
+ space required in column headers, enabling narrower column widths.
See [issue #2286](https://github.com/Avaiga/taipy/issues/2286).
-- Charts may swap data columns where refreshed with *rebuild* set to True.
+- Charts may swap data columns where refreshed with
+ [*rebuild*](../refmans/gui/viselements/generic/chart.md#p-rebuild).
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.