1
0
mirror of https://github.com/jackc/pgx.git synced 2025-04-28 05:37:41 +00:00

Update changelog

This commit is contained in:
Jack Christensen 2015-10-16 16:18:31 -05:00
parent 8d9eb62609
commit 7e668f54fe

@ -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)