diff --git a/CHANGELOG b/CHANGELOG index d17cacd..11350e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ v?.?.? upcoming * Add support for ENV vars (PGPORT, PGUSER, PGHOST, PGDATABASE, PGPASS) and pgpass files (thanks @wishdev) * timestamptz now parse into the connection's timezone if set (thanks @jgaskins) +* add `sslmode=disable` to prevent TLS negotiation (thanks @ellmetha) v0.26.0 2022-01-27 ===================== diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2fe3051..1d5614b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -33,3 +33,4 @@ Roger Pack Louise Grandjonc Daniel Farina John W Higgins +Morgan Aubert