From 65c23bfc5c84f818c885248b60b17d3ad8f05d35 Mon Sep 17 00:00:00 2001 From: Ben Page Date: Thu, 9 Jun 2016 13:57:58 -0500 Subject: [PATCH] doc: added changelog of 1.0.3 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 745dfac..a0b2a1c 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ Release the connect back to the pool to be used again ## Changelog +### Version 1.0.3 +* Pool modifies the Tedious connection object rather than the Connection prototype. + ### Version 1.0.2 * Added additional log message when acquiring a connection.