Update changelog

pull/668/head v4.3.0
Jack Christensen 2020-01-23 21:05:53 -06:00
parent 3a1f0bafbe
commit 1059288751
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
# 4.3.0 (January 23, 2020)
* Fix Rows.Values panic when unable to decode
* Add Rows.Values support for unknown types
* Add DriverContext support for stdlib (Alex Gaynor)
* Update pgproto3 to v2.0.1 to never return an io.EOF as it would be misinterpreted by database/sql. Instead return io.UnexpectedEOF.
# 4.2.1 (January 13, 2020)
* Update pgconn to v1.2.1 (fixes context cancellation data race introduced in v1.2.0))