From 89ad8750258497c819119f3425145614daedf9af Mon Sep 17 00:00:00 2001 From: Ben Page Date: Fri, 27 Feb 2015 16:57:17 -0600 Subject: [PATCH] updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7aebe9e..2331fc9 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,9 @@ The following method is added to the Tedious [Connection](http://pekim.github.co ### Connection.release() Release the connect back to the pool to be used again +## Version 0.3.5 Changes +* `poolConfig` option `min` is limited to less than `max` + ## Version 0.3.4 Changes * `poolConfig` option `min` supports being set to 0