From 5b6175ed72072246f036ca9e5df80d30ad24a2ef Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Mon, 25 Jul 2016 12:50:21 +1000 Subject: [PATCH] List the correct mongo driver version --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index aa0f8d134c..84f0b7520f 100644 --- a/History.md +++ b/History.md @@ -14,7 +14,7 @@ application code. 699cf1f38e9b2a074169515d23983f74148c7223 * Meteor has been upgraded to support Mongo 3.2 by default (the bundled version - used by `meteor run` has been upgraded). Internally it now uses the 2.1.18 + used by `meteor run` has been upgraded). Internally it now uses the 2.2.4 version of the `mongodb` npm driver, and has been tested against at Mongo 3.2 server. [Issue #6957](https://github.com/meteor/meteor/issues/6957)