Update changelog

pull/665/head v4.2.0
Jack Christensen 2020-01-11 19:23:37 -06:00
parent fce41c0b24
commit 7a394d5c78
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
# 4.2.0 (January 11, 2020)
* Update pgconn to v1.2.0.
* Update pgtype to v1.1.0.
* Return error instead of panic when wrong number of arguments passed to Exec. (malstoun)
* Fix large objects functionality when PreferSimpleProtocol = true.
* Restore GetDefaultDriver which existed in v3. (Johan Brandhorst)
* Add RegisterConnConfig to stdlib which replaces the removed RegisterDriverConfig from v3.
# 4.1.2 (October 22, 2019)
* Fix dbSavepoint.Begin recursive self call