diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index 303df3b801..8e6421bf45 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -20,6 +20,38 @@
Wt Release notes
the way you build Wt, the way you configure Wt or the Wt API and
behaviour.
+Release 4.5.2 (December 14, 2021)
+
+Wt 4.5.2 is a bugfix release containing the following changes:
+
+
+ -
+ Issue #9490: Fixed a possible
+ exception being thrown in the Postgres backend for Dbo when subnormal floating point numbers are retrieved
+ from the database.
+
+ -
+ Issue #9414: Fixed an error that
+ occurred when trying to link
libwtdbosqlite3
on Fedora 35.
+
+ -
+ Issue #9363: Added a workaround for
+ Boost Spirit issue #688,
+ affecting versions of Boost >e; 1.66.0.
+
+ -
+ Issue #9270: Fixed a possible but
+ very rarely occurring race condition
+ in the generation of ids that would make it possible to have two widgets with the same id in the same
+ WApplication.
+
+ -
+ Issue #9230: Fixed an issue where the 3-argument version
+ of QueryModel::setHeaderData
+ was no longer accessible.
+
+
+
Release 4.5.1 (October 7, 2021)
Wt 4.5.1 is a bugfix release containing the following changes:
@@ -182,7 +214,6 @@ Release 4.5.1 (October 7, 2021)
-
Release 4.5.0 (December 15, 2020)
Notable changes