From 88c7dd8da25c06a6a9ea232e64d131a4f518347b Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 21 Jul 2017 14:12:19 -0500 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ef2e49..cb96eaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ * Added batch query operations * Added OnNotice * github.com/pkg/errors used where possible for errors -* Added stdlib.DriverConfig which allows directly allows full configuration of underlying pgx connections without needing to use a pgx.ConnPool +* Added stdlib.DriverConfig which directly allows full configuration of underlying pgx connections without needing to use a pgx.ConnPool * Added AcquireConn and ReleaseConn to stdlib to allow acquiring a connection from a database/sql connection. # 2.11.0 (June 5, 2017)