2
0

Release 1.2.0

This commit is contained in:
Jack Christensen
2020-02-05 11:10:17 -06:00
parent 0ab69ce885
commit 282b7936a2
+7
View File
@@ -1,3 +1,10 @@
# 1.2.0 (February 5, 2020)
* Add zeronull package for easier NULL <-> zero conversion
* Add JSON marshalling for shopspring-numeric extension
* Add JSON marshalling for Bool, Date, JSON/B, Timestamptz (Jeffrey Stiles)
* Fix null status in UnmarshalJSON for some types (Jeffrey Stiles)
# 1.1.0 (January 11, 2020)
* Add PostgreSQL time type support