diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml
index 35c252c3..6a8636b6 100644
--- a/doc/appendix-release-notes.sgml
+++ b/doc/appendix-release-notes.sgml
@@ -20,6 +20,25 @@
???, 2018
+
+ Configuration file changes
+
+
+
+
+ New parameter shutdown_check_timeout (default: 60 seconds) added;
+ this provides an explicit timeout for
+ repmgr standby switchover
+ to check that the demotion candidate (current primary) has shut down. Previously, the parameters
+ reconnect_attempts and reconnect_interval
+ were used to calculate a timeout, but these are actually
+ intended for primary failure detection. (GitHub #504).
+
+
+
+
+
+