diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-28 02:20:52 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-28 02:20:52 +0000 |
| commit | 4cff38c8f7b65dab1fd72ea835ea7288327d1056 (patch) | |
| tree | ac93acd69e77eef1e352af953d56238d70ea9c5d /node_modules/connect-mongo/CHANGELOG.md | |
| parent | e11dd98c9a55cd1742d221e3b1ea90d31e240fa8 (diff) | |
Fixed admin bug
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 ================= |
