2
0

Add changelog note of jsonb []byte change

fixes #200
This commit is contained in:
Jack Christensen
2016-10-28 15:56:11 -05:00
parent 3734a92a71
commit 8c76baabbd
+4
View File
@@ -14,6 +14,10 @@
* Add json/jsonb binary support to allow use with CopyTo
* Add named error ErrAcquireTimeout (Alexander Staubo)
## Compatibility
* jsonb now defaults to binary format. This means passing a []byte to a jsonb column will no longer work.
# 2.9.0 (August 26, 2016)
## Fixes