Update changelog for ConnPool.Acquire Dialer timeout improvements

This commit is contained in:
Jack Christensen 2016-07-15 14:51:40 -05:00
parent ecf158b086
commit 558d5550cf

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