2
0

Release v1.6.4

This commit is contained in:
Jack Christensen
2020-07-29 22:17:02 -05:00
parent 44079b0d2c
commit f45b4d6b76
+5
View File
@@ -1,3 +1,8 @@
# 1.6.4 (July 29, 2020)
* Fix deadlock on error after CommandComplete but before ReadyForQuery
* Fix panic on parsing DSN with trailing '='
# 1.6.3 (July 22, 2020)
* Fix error message after AppendCertsFromPEM failure (vahid-sohrabloo)