From 558d5550cf5c08e7192eb2eb8635f21f4b700ff5 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 15 Jul 2016 14:51:40 -0500 Subject: [PATCH] Update changelog for ConnPool.Acquire Dialer timeout improvements --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cc4fcd..6d185f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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