From 42e0efef61ce98fcba5c8c5d351eca67ad907b05 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 29 Sep 2016 17:47:15 -0400 Subject: [PATCH] Update History.md with recent changes in the 1.4.2 release. --- History.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/History.md b/History.md index cd9874bc13..58d99111c5 100644 --- a/History.md +++ b/History.md @@ -13,6 +13,10 @@ * The `lru-cache` npm package has been updated to 4.0.1. +* The `mongodb` npm package used by the `npm-mongo` Meteor package has + been updated to version 2.2.10. + [#7780](https://github.com/meteor/meteor/pull/7780) + * Blaze-related packages have been extracted to [`meteor/blaze`](https://github.com/meteor/blaze), and the main [`meteor/meteor`](https://github.com/meteor/meteor) repository now @@ -49,6 +53,17 @@ expensive `mergeCss` function. https://github.com/meteor/meteor/pull/7668/commits/bfa67337dda1e90610830611fd99dcb1bd44846a +* The `coffeescript` package now natively supports `import` and `export` + declarations. [#7818](https://github.com/meteor/meteor/pull/7818) + +* Running Meteor with a different `--port` will now automatically + reconfigure the Mongo replica set when using the WiredTiger storage + engine, instead of failing to start Mongo. + [#7840](https://github.com/meteor/meteor/pull/7840). + +* Running Meteor with root privileges now displays a warning. + [#7821](https://github.com/meteor/meteor/pull/7821) + ## v1.4.1.1 * Update the version of our Node MongoDB driver to 2.2.8 to fix a bug in