Update changlog

pull/193/head
Jack Christensen 2016-10-01 11:06:15 -05:00
parent f7b6b3f077
commit ed2ab0a129
1 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,16 @@
## Fixes
* Oid underlying type changed to uint32, previously it was incorrectly int32
* Oid underlying type changed to uint32, previously it was incorrectly int32 (Manni Wood)
## Features
* Add xid type support (Manni Wood)
* Add cid type support (Manni Wood)
* Add tid type support (Manni Wood)
* Add "char" type support (Manni Wood)
* Add NullOid type (Manni Wood)
* Add json/jsonb binary support to allow use with CopyTo
# 2.9.0 (August 26, 2016)