Add changelog note of jsonb []byte change

fixes #200
pull/207/head
Jack Christensen 2016-10-28 15:56:11 -05:00
parent 3734a92a71
commit 8c76baabbd
1 changed files with 4 additions and 0 deletions

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