Skip to content

Commit 25d323f

Browse files
committed
Update changelog / readme
1 parent 94cc07e commit 25d323f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
### [v2.7.0]
6+
> 2017-05-01
7+
8+
- Added support to use the [database object cache](https://github.com/mapbox/node-sqlite3/wiki/Caching) as an option (see readme)
9+
510
### [v2.6.0]
611
> 2017-04-30
712
@@ -64,7 +69,8 @@ All notable changes to this project will be documented in this file.
6469
- Built the project with Babel and Rollup for Node.js v3-5, Node.js v6, Node.js vNext
6570
(Harmony Modules)
6671

67-
[unreleased]: https://github.com/kriasoft/node-sqlite/compare/v2.6.0...HEAD
72+
[unreleased]: https://github.com/kriasoft/node-sqlite/compare/v2.7.0...HEAD
73+
[v2.7.0]: https://github.com/kriasoft/node-sqlite/compare/v2.6.0...v2.7.0
6874
[v2.6.0]: https://github.com/kriasoft/node-sqlite/compare/v2.5.0...v2.6.0
6975
[v2.5.0]: https://github.com/kriasoft/node-sqlite/compare/v2.4.0...v2.5.0
7076
[v2.4.0]: https://github.com/kriasoft/node-sqlite/compare/v2.3.0...v2.4.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Promise.resolve()
6262

6363
### Cached DB Driver
6464

65-
If you want to enable the (database object cache)[https://github.com/mapbox/node-sqlite3/wiki/Caching]
65+
If you want to enable the [database object cache](https://github.com/mapbox/node-sqlite3/wiki/Caching)
6666

6767
```
6868
db.open('./database.sqlite', { cached: true }))

0 commit comments

Comments
 (0)