diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index a25d247a2..48735f97f 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -20,24 +20,26 @@
Wt Release notes
the way you build Wt, the way you configure Wt or the Wt API and
behaviour.
-Release 4.10.4 (TBD)
+Release 4.10.4 (March 6, 2024)
- Wt 4.10.4 is a patch release that addresses the following issues:
+ Wt 4.10.4 is a (smaller) patch release that addresses the following issues.
+ This release is somewhat smaller due to bigger features being in the works.
+ Developers can expect some bigger new features in the authentication framework soon!
-
Issue #11685:
- render child widgets differently when updating an existing widget. The JavaScript code that is being called by the framework to dynamically add children to an HTML element was changed so that it always appends them. This is to avoid a widget that was added in JavaScript (with no C++ counterpart) from being overwritten if the HTML of the parent would be written to.
+ render child widgets differently when updating an existing widget. The JavaScript code that is being called by the framework to dynamically add children to an HTML element was changed so that it always appends them instead of setting the whole content. This is to avoid a widget that was added in JavaScript (with no C++ counterpart) from being overwritten if the HTML of the parent would be written to.
-
Issue #12283:
- this corrects an additional mistake, made in top of Issue #12006.
+ this corrects an additional mistake, made on top of Issue #12006.
-
Issue #12145:
- an change to the internal enum class Property caused an index and its value to be out of sync for a couple values.
+ a change to the internal enum class Property caused an index and its value to be out of sync for a couple values.
-
Issues #12352: