Update changelog

pull/57/head
Jack Christensen 2014-12-23 18:19:22 -06:00
parent d77e599ce6
commit 9c89869134
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Unreleased
* Add timestamptz[] support
* Add timestamp[] support (Karl Seguin)
* Add bool[] support (Karl Seguin)
* Allow writing []byte into text and varchar columns without type conversion (Hari Bhaskaran)
* Fix ConnPool Close panic
* Add Listen / notify example