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.
This commit is contained in:
Dirk Stolle
2016-08-26 16:51:37 +02:00
parent d1bd82072b
commit e2debe8df8

View File

@@ -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)