diff --git a/HISTORY b/HISTORY
index 5ee081ce..9ca408ab 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5,8 +5,9 @@
repmgr: report unreachable nodes when running "repmgr cluster (matrix|crosscheck);
GitHub #246 (Ian)
repmgr: add configuration file parameter "repmgr_bindir"; GitHub #246 (Ian)
- repmgr: fix "Missing replication slots" label in "node check"; GitHub #507 (Ian)
+ repmgr: fix "Missing replication slots" label in "node check"; GitHub #507 (Ian)
repmgrd: fix parsing of -d/--daemonize option (Ian)
+ repmgrd: support "pausing" of repmgrd (Ian)
4.1.1 2018-09-05
logging: explicitly log the text of failed queries as ERRORs to
diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml
index 32231f0c..7f2465d5 100644
--- a/doc/appendix-release-notes.sgml
+++ b/doc/appendix-release-notes.sgml
@@ -96,10 +96,44 @@
+
+
+ repmgrd enhancements
+
+
+
+
+
+ repmgrd can now be "paused", i.e. instructed
+ not to take any action such as a failover, even if the prerequisites for such an
+ action are detected.
+
+
+ This removes the need to stop repmgrd on all nodes when
+ performing a planned operation such as a switchover.
+
+
+ For further details, see Pausing repmgrd.
+
+
+
+
+
+
+
Bug fixes
+
+
+
+ &repmgr;: fix "Missing replication slots" label in
+ repmgr node check. (GitHub #507)
+
+
+
+
repmgrd: fix parsing of option.