diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af91a59..f70e20cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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