Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-page committed Nov 24, 2014
1 parent 0ba8c6b commit bd43561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,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.1 Changes
* Calls Connection.reset() when the connection is released to the pool. This is very unlikely to cause anyone trouble.
* Added a callback argument to ConnectionPool.drain()
## Version 0.3.2 Changes
* Calls connection.reset() when the connection is released to the pool. This is very unlikely to cause anyone trouble.
* Added a callback argument to connectionPool.drain()

## Version 0.3.0 Changes
* Removed dependency on the `generic-pool` node module.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tedious-connection-pool",
"version": "0.3.1",
"version": "0.3.2",
"description": "Connection Pool for tedious.",
"main": "lib/connection-pool.js",
"scripts": {
Expand Down

0 comments on commit bd43561

Please sign in to comment.