Release v1.5.0

non-blocking
Jack Christensen 2020-09-26 11:48:29 -05:00
parent d7f92427ad
commit 116eba4401
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
# 1.5.0 (September 26, 2020)
* Add slice of slice mapping to multi-dimensional arrays (Simo Haasanen)
* Fix JSONBArray
* Fix selecting empty array
* Text formatted values except bytea can be directly scanned to []byte
* Add JSON marshalling for UUID (bakmataliev)
* Improve point type conversions (bakmataliev)
# 1.4.2 (July 22, 2020)
* Fix encoding of a large composite data type (Yaz Saito)