diff options
Diffstat (limited to 'node_modules/connect-mongo/CHANGELOG.md')
| -rw-r--r-- | node_modules/connect-mongo/CHANGELOG.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/node_modules/connect-mongo/CHANGELOG.md b/node_modules/connect-mongo/CHANGELOG.md index d14a33a..7b40aef 100644 --- a/node_modules/connect-mongo/CHANGELOG.md +++ b/node_modules/connect-mongo/CHANGELOG.md @@ -1,3 +1,19 @@ +1.3.2 / 2016-07-27 +================= + +* __Fix__ #228 Broken with mongodb@1.x + +1.3.1 / 2016-07-23 +================= + +* Restrict `bluebird` accepted versions to 3.x + +1.3.0 / 2016-07-23 +================= + +* __Add__ `create` and `update` events ([#215](https://github.com/kcbanner/connect-mongo/issues/215)) +* Extend `mongodb` compatibility to `2.x` + 1.2.1 / 2016-06-20 ================= @@ -7,7 +23,7 @@ ================= * Accept `dbPromise` as connection param -* _Add_ `close()` method to close current connection +* __Add__ `close()` method to close current connection 1.1.0 / 2015-12-24 ================= |
