Skip to content

Commit b6073b8

Browse files
committed
docs update.
1 parent 9f7782e commit b6073b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The `connection` parameter can be any of the following:
104104
* [Connection String]
105105

106106
Object `db` represents the [Database] protocol with lazy connection, i.e. only the actual query methods acquire
107-
and release the connection. Therefore, you should create only one global/shared `db` object per connection details.
107+
and release the connection. You should create only one global/shared `db` object per connection details.
108108

109109
## Documentation
110110

history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Release History
22

3+
* 4.7.0 Added diagnostics for invalid use of the library. Released: June 18, 2016
34
* 4.6.0 Extending all single-result query methods, plus exposing the [spex] instance. Released: June 10, 2016
45
* 4.5.0 Removed support for Configuration Files, set pg dependency to 5.x. Released: June 8, 2016
56
* 4.4.2 Added support for [Configuration Path]. Released: June 5, 2016

0 commit comments

Comments
 (0)