mirror of https://github.com/jackc/pgx.git
Update changelog
parent
44f4fe0a20
commit
be45d46b37
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue