Update changelog

pull/124/merge
Jack Christensen 2016-04-30 14:52:21 -05:00
parent 44f4fe0a20
commit be45d46b37
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,15 @@
* Fix *ConnPool.Deallocate() not deleting prepared statement from map
## Features
* Encode and decode between all Go and PostgreSQL integer types with bounds checking
* Decode inet/cidr to net.IP
## Performance
* Substantial reduction in memory allocations
# 2.8.1 (March 24, 2016)
## Features