2
0

Release 1.0.3

This commit is contained in:
Jack Christensen
2019-11-16 11:10:32 -06:00
parent be36a7e14b
commit 7e1301257e
+4
View File
@@ -1,3 +1,7 @@
# 1.0.3 (November 16, 2019)
* Support initializing Array types from a slice of the value (Alex Gaynor)
# 1.0.2 (October 22, 2019)
* Fix scan into null into pointer to pointer implementing Decode* interface. (Jeremy Altavilla)