Update changelog for ConnPool.Acquire Dialer timeout improvements

pull/128/merge
Jack Christensen 2016-07-15 14:51:40 -05:00
parent ecf158b086
commit 558d5550cf
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* Fix *ConnPool.Deallocate() not deleting prepared statement from map
* Fix stdlib not logging unprepared query SQL (Krzysztof Dryś)
* Fix Rows.Values() with varchar binary format
* Concurrent ConnPool.Acquire calls with Dialer timeouts now timeout in the expected amount of time (Konstantin Dzreev)
## Features