From 7e668f54fe8d9e48adaa98608a49c09d15ef99e4 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 16 Oct 2015 16:18:31 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0fe22f..b55b429a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Master +* Add RuntimeParams to ConnConfig +* ParseURI extracts RuntimeParams +* ParseDSN extracts RuntimeParams +* ParseEnvLibpq extracts PGAPPNAME * Prepare is now idempotent * Rows.Values now supports oid type * ConnPool.Release automatically unlistens connections (Joseph Glanville)