Update changelog

pull/111/head
Jack Christensen 2015-10-16 16:18:31 -05:00
parent 8d9eb62609
commit 7e668f54fe
1 changed files with 4 additions and 0 deletions

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)