diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index 30c11d82cc..be7c9d34a8 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -22,6 +22,33 @@
Wt Release notes
the way you build Wt, the way you configure Wt or the Wt API and
behaviour.
+Release 4.3.1 (April 2020)
+
+This release fixes the following issues:
+
+
+ -
+ WWebWidget: moved id_ out of OtherImpl:
+ this fixes issues caused by the id_ being removed before other things that depend on it,
+ like the jsScrollVisibilityChanged_ signal. Fixes
+ issue #7508.
+
+ -
+ Fixed join information not being copied over when copying
+ Wt::Dbo::AbstractQuery.
+
+ -
+ MinGW fixes: Direct2D/DirectWrite were disabled and are now enabled
+ by default. Libraries were changed to lowercase for cross-compiling
+ from Linux. Windows is case-insensitive, and MinGW libraries on Linux
+ are lowercase.
+ Fixes issue #7505.
+
+ -
+ Fixed a wrong documentation link in the widget gallery.
+
+
+
Release 4.3.0 (March 26, 2020)
Wt 4.3.0 mainly adds the ability to redirect logging to a custom logging function, and login and transport encryption to the mail client, among some other fixes and tweaks.