diff --git a/HISTORY b/HISTORY
index d95af708..20ef6ba3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,8 @@
+5.2.2. 2021-??-??
+ standby clone: set "slot_name" in node record if required (Ian)
+ node rejoin: emit rejoin target note information as NOTICE (Ian)
+ repmgrd: ensure short option "-s" is accepted (Ian)
+
5.2.1 2020-12-07
config: fix parsing of "replication_type"; GitHub #672 (Ian)
standby clone: handle missing "postgresql.auto.conf" (Ian)
diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml
index 5705b10c..c71b5df8 100644
--- a/doc/appendix-release-notes.xml
+++ b/doc/appendix-release-notes.xml
@@ -16,9 +16,50 @@
+
+ Release 5.2.2
+ ??? ? ???, 2021
+
+ &repmgr; 5.2.2 is a minor release.
+
+
+ Bug fixes
+
+
+
+
+
+ repmgr standby clone:
+ if using on a node
+ which was set up without replication slots, but the &repmgr; configuration
+ was since changed to ,
+ &repmgr; will now set slot_name in the
+ node record, if it was previously empty.
+
+
+
+
+
+ repmgr node rejoin:
+ emit rejoin target note information as NOTICE.
+
+
+ This makes it clearer what &repmgr; is trying to do.
+
+
+
+
+ &repmgrd;: ensure short option is accepted.
+
+
+
+
+
+
+
- Release 5.2.1
+ Release 5.2.1Mon 7 December, 2020