2
0

Release v1.8.0

This commit is contained in:
Jack Christensen
2021-07-10 09:58:12 -05:00
parent 3eceab0f38
commit dcdc3eaec7
+7
View File
@@ -1,3 +1,10 @@
# 1.8.0 (July 10, 2021)
* Maintain host bits for inet types (Cameron Daniel)
* Support pointers of wrapping structs (Ivan Daunis)
* Register JSONBArray at NewConnInfo() (Rueian)
* CompositeTextScanner handles backslash escapes
# 1.7.0 (March 25, 2021)
* Fix scanning int into **sql.Scanner implementor