From dfb34ae7b6e43900c46935aa7504ad9ad31d3d27 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 28 Jan 2016 11:44:28 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 7b554b4b..0b4b8747 100644 --- a/HISTORY +++ b/HISTORY @@ -1,8 +1,9 @@ 3.1.0 2016-01- - Add "repmgr switchover" command (Ian) - -3.0.4 2016-01- + Add "repmgr standby switchover" command (Ian) + Revised README file (Ian) Remove requirement for 'archive_mode' to be enabled (Ian) + Improve -?/--help output, showing default values if relevant (Ian) + Various bugfixes to command line/configuration parameter handling (Ian) 3.0.3 2016-01-04 Create replication slot if required before base backup is run (Abhijit)