2
0

Update changelog

This commit is contained in:
Jack Christensen
2015-10-16 16:18:31 -05:00
parent 8d9eb62609
commit 7e668f54fe
+4
View File
@@ -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)