2
0

Release v1.7.0

This commit is contained in:
Jack Christensen
2021-03-25 09:16:43 -04:00
parent 63e2dbefaf
commit 4a3a424dff
+9
View File
@@ -1,3 +1,12 @@
# 1.7.0 (March 25, 2021)
* Fix scanning int into **sql.Scanner implementor
* Add tsrange array type (Vasilii Novikov)
* Fix: escaped strings when they start or end with a newline char (Stephane Martin)
* Accept nil *time.Time in Time.Set
* Fix numeric NaN support
* Use Go 1.13 errors instead of xerrors
# 1.6.2 (December 3, 2020)
* Fix panic on assigning empty array to non-slice or array