From 1f15cf26eb7551e4500b302e99cfcfdacacce809 Mon Sep 17 00:00:00 2001 From: ncabatoff Date: Fri, 10 May 2019 13:13:27 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c7b74552..7975d8a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ CHANGES: also moved from plugin helper code to the `api/` submodule. If you are a plugin author, take a look at some of our official plugins and the paths they are importing for guidance. + +FEATURES: + + * storage/postgres: Add HA support for PostgreSQL versions >= 9.5 [GH-5731] IMPROVEMENTS: