From 2b972dcd562a3ef414334a057931dde57bd0f3a7 Mon Sep 17 00:00:00 2001
From: Daniel Nelson <daniel.nelson@influxdb.com>
Date: Mon, 8 Jan 2018 16:29:59 -0800
Subject: [PATCH] Update release notes

---
 CHANGELOG.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd5deb87..954f0b3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,10 +12,9 @@
   DROP MEASUREMENT mysql_innodb
   ```
 
-- `postgresql` plugins will now default to using a persistent connection to the database.
-  `Important` In environments TCP connections are terminated when idle for periods shorter than 15 minutes
-  and the collection interval is longer than the termination period then max_lifetime
-  should be set to be less than the collection interval to pervent errors when collecting metrics.
+- The `postgresql` plugins now defaults to using a persistent connection to the database.
+  In environments where TCP connections are terminated the `max_lifetime`
+  setting should be set less than the collection `interval` to prevent errors.
 
 ### Features
 
-- 
GitLab