diff --git a/HISTORY b/HISTORY
index cfa3c09e..41d90f1a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,7 +2,7 @@
repmgr: ensure "repmgr node check --action=" returns appropriate return
code; GitHub #340 (Ian)
repmgr: add missing schema qualification in get_all_node_records_with_upstream()
- query (Martín)
+ query GitHub #341 (Martín)
repmgr: initialise "voting_term" table in application, not extension SQL;
GitHub #344 (Ian)
repmgr: delete any replication slots copied by pg_rewind; GitHub #334 (Ian)
diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml
index cc848927..3308789d 100644
--- a/doc/appendix-release-notes.sgml
+++ b/doc/appendix-release-notes.sgml
@@ -43,6 +43,29 @@
+
+
+ When using --force-rewind with
+ delete any replication slots copied by pg_rewind
+ (GitHub #334)
+
+
+
+
+
+ Only perform sanity check on accessibility of configuration files outside
+ the data directory when --copy-external-config-files
+ provided (GitHub #342)
+
+
+
+
+
+ Initialise "voting_term" table in application, not extension SQL
+ (GitHub #344)
+
+
+