From e2debe8df8feffb1895bcfc561540efe83014e11 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 26 Aug 2016 16:51:37 +0200 Subject: [PATCH] fix version number of Node MongoDB driver in History.md It is actually version 2.2.8, not 2.2.7, which is used in Meteor 1.4.1.1. --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 16781eba18..7a3123efa4 100644 --- a/History.md +++ b/History.md @@ -2,7 +2,7 @@ ## v1.4.1.1 -* Update the version of our Node MongoDB driver to 2.2.7 to fix a bug in +* Update the version of our Node MongoDB driver to 2.2.8 to fix a bug in reconnection logic, leading to some `update` and `remove` commands being treated as `insert`s. [#7594](https://github.com/meteor/meteor/issue/7594)