2
0

Update changelog for v1.3.0

This commit is contained in:
Jack Christensen
2020-03-30 11:18:27 -05:00
parent d3d80cd2de
commit b26cd22378
+9
View File
@@ -1,3 +1,12 @@
# 1.3.0 (March 30, 2020)
* Get implemented on T instead of *T
* Set will call Get on src if possible
* Range types Set method supports its own type, string, and nil
* Date.Set parses string
* Fix correct format verb for unknown type error (Robert Welin)
* Truncate nanoseconds in EncodeText for Timestamptz and Timestamp
# 1.2.0 (February 5, 2020)
* Add zeronull package for easier NULL <-> zero conversion